#515FCA

Color #515FCA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #515FCA

Tints of Free Speech Blue #515FCA

Color information

#515FCA (or 0x515FCA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5F and CA. RGB value is (81,95,202). Sum of RGB (Red+Green+Blue) = 81+95+202=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #515FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FCA is #AEA035. Grayscale: #666666. Windows color (decimal): -11444278 or 13262673. OLE color: 13262673.

HSL color Cylindrical-coordinate representation of color #515FCA: hue angle of 233.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515FCA is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8195202-
CMYK0.600.5300.21
HSL233.06º53.3%55.49%-
HSV(B)233.06º59.9%79.22%-
XYZ18.1514.257.66-
YUV103.01183.86112.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=21.43%
G=25.13%
B=53.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81952020.600.5300.21233.0653.355.49
Hex515FCA3C35015e93537
Octal12113731274650253516567
Binary101000110111111100101011110011010101010111101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515FCA; }

 p { color: rgb(81,95,202); }

 H1.HeaderClassName
 {
   color: #515FCA;
 }
 .AnyTagClassName
 {
   color: #515FCA;
 }
</style>
background-color css

<style>
 a { background-color: #515FCA; }

 a { background-color: rgb(81,95,202); }

 div.DivClassName
 {
   background-color: #515FCA;
 }
 .BgClassName
 {
   background-color: #515FCA;
 }
</style>
border-color css

<style>
 span { border-color: #515FCA; }

 span { border-color: rgb(81,95,202); }

 td.TdClassName
 {
   border-color: #515FCA;
 }
 .TagClassName
 {
   border-color: #515FCA;
 }
</style>