#515FC5

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

Shades of Free Speech Blue #515FC5

Tints of Free Speech Blue #515FC5

Color information

#515FC5 (or 0x515FC5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5F and C5. RGB value is (81,95,197). Sum of RGB (Red+Green+Blue) = 81+95+197=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #515FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FC5 is #AEA03A. Grayscale: #666666. Windows color (decimal): -11444283 or 12934993. OLE color: 12934993.

HSL color Cylindrical-coordinate representation of color #515FC5: hue angle of 232.76º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515FC5 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8195197-
CMYK0.590.5200.23
HSL232.76º50%54.51%-
HSV(B)232.76º58.88%77.25%-
XYZ17.5613.9654.59-
YUV102.44181.36112.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=21.72%
G=25.47%
B=52.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81951970.590.5200.23232.765054.51
Hex515FC53B34017e93237
Octal12113730573640273516267
Binary101000110111111100010111101111010001011111101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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