#575CC0

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

Shades of Rich Blue #575CC0

Tints of Rich Blue #575CC0

Color information

#575CC0 (or 0x575CC0) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and C0. RGB value is (87,92,192). Sum of RGB (Red+Green+Blue) = 87+92+192=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #575CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CC0 is #A8A33F. Grayscale: #656565. Windows color (decimal): -11051840 or 12606551. OLE color: 12606551.

HSL color Cylindrical-coordinate representation of color #575CC0: hue angle of 237.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575CC0 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8792192-
CMYK0.550.5200.25
HSL237.14º45.45%54.71%-
HSV(B)237.14º54.69%75.29%-
XYZ17.2713.4951.56-
YUV101.9178.84117.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=23.45%
G=24.80%
B=51.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87921920.550.5200.25237.1445.4554.71
Hex575CC03734019ed2d37
Octal12713430067640313555567
Binary101011110111001100000011011111010001100111101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,92,192); }

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

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

 a { background-color: rgb(87,92,192); }

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

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

 span { border-color: rgb(87,92,192); }

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