#515CD3

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

Shades of Free Speech Blue #515CD3

Tints of Free Speech Blue #515CD3

Color information

#515CD3 (or 0x515CD3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5C and D3. RGB value is (81,92,211). Sum of RGB (Red+Green+Blue) = 81+92+211=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #515CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CD3 is #AEA32C. Grayscale: #656565. Windows color (decimal): -11445037 or 13851729. OLE color: 13851729.

HSL color Cylindrical-coordinate representation of color #515CD3: hue angle of 234.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515CD3 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8192211-
CMYK0.620.5600.17
HSL234.92º59.63%57.25%-
HSV(B)234.92º61.61%82.75%-
XYZ18.9814.1163.35-
YUV102.28189.36112.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 211 (82.81% from 255) = 54.95%
R=21.09%
G=23.96%
B=54.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81922110.620.5600.17234.9259.6357.25
Hex515CD33E38011eb3c39
Octal12113432376700213537471
Binary101000110111001101001111111011100001000111101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,211); }

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

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

 a { background-color: rgb(81,92,211); }

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

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

 span { border-color: rgb(81,92,211); }

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