#575BC5

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

Shades of Free Speech Blue #575BC5

Tints of Free Speech Blue #575BC5

Color information

#575BC5 (or 0x575BC5) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5B and C5. RGB value is (87,91,197). Sum of RGB (Red+Green+Blue) = 87+91+197=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #575BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BC5 is #A8A43A. Grayscale: #656565. Windows color (decimal): -11052091 or 12933975. OLE color: 12933975.

HSL color Cylindrical-coordinate representation of color #575BC5: hue angle of 237.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575BC5 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8791197-
CMYK0.560.5400.23
HSL237.82º48.67%55.69%-
HSV(B)237.82º55.84%77.25%-
XYZ17.7513.5454.5-
YUV101.89181.67117.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=23.2%
G=24.27%
B=52.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87911970.560.5400.23237.8248.6755.69
Hex575BC53836017ee3138
Octal12713330570660273566170
Binary101011110110111100010111100011011001011111101110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,197); }

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

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

 a { background-color: rgb(87,91,197); }

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

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

 span { border-color: rgb(87,91,197); }

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