#575FCD

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

Shades of Free Speech Blue #575FCD

Tints of Free Speech Blue #575FCD

Color information

#575FCD (or 0x575FCD) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5F and CD. RGB value is (87,95,205). Sum of RGB (Red+Green+Blue) = 87+95+205=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #575FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FCD is #A8A032. Grayscale: #686868. Windows color (decimal): -11051059 or 13459287. OLE color: 13459287.

HSL color Cylindrical-coordinate representation of color #575FCD: hue angle of 235.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575FCD is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8795205-
CMYK0.580.5400.20
HSL235.93º54.13%57.25%-
HSV(B)235.93º57.56%80.39%-
XYZ19.0414.6259.58-
YUV105.15184.35115.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=22.48%
G=24.55%
B=52.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87952050.580.5400.20235.9354.1357.25
Hex575FCD3A36014ec3639
Octal12713731572660243546671
Binary101011110111111100110111101011011001010011101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575FCD; }

 p { color: rgb(87,95,205); }

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

<style>
 a { background-color: #575FCD; }

 a { background-color: rgb(87,95,205); }

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

<style>
 span { border-color: #575FCD; }

 span { border-color: rgb(87,95,205); }

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