#575CA6

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

Shades of Rich Blue #575CA6

Tints of Rich Blue #575CA6

Color information

#575CA6 (or 0x575CA6) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and A6. RGB value is (87,92,166). Sum of RGB (Red+Green+Blue) = 87+92+166=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #575CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CA6 is #A8A359. Grayscale: #626262. Windows color (decimal): -11051866 or 10902615. OLE color: 10902615.

HSL color Cylindrical-coordinate representation of color #575CA6: hue angle of 236.2º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #575CA6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8792166-
CMYK0.480.4500.35
HSL236.2º31.23%49.61%-
HSV(B)236.2º47.59%65.1%-
XYZ14.6412.4337.7-
YUV98.94165.84119.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=25.22%
G=26.67%
B=48.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87921660.480.4500.35236.231.2349.61
Hex575CA6302D023ec1f32
Octal12713424660550433543762
Binary101011110111001010011011000010110101000111110110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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