#575CB5

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

Shades of Rich Blue #575CB5

Tints of Rich Blue #575CB5

Color information

#575CB5 (or 0x575CB5) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and B5. RGB value is (87,92,181). Sum of RGB (Red+Green+Blue) = 87+92+181=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #575CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CB5 is #A8A34A. Grayscale: #646464. Windows color (decimal): -11051851 or 11885655. OLE color: 11885655.

HSL color Cylindrical-coordinate representation of color #575CB5: hue angle of 236.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575CB5 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8792181-
CMYK0.520.4900.29
HSL236.81º38.84%52.55%-
HSV(B)236.81º51.93%70.98%-
XYZ16.113.0245.38-
YUV100.65173.34118.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 181 (71.09% from 255) = 50.28%
R=24.17%
G=25.56%
B=50.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87921810.520.4900.29236.8138.8452.55
Hex575CB5343101Ded2735
Octal12713426564610353554765
Binary101011110111001011010111010011000101110111101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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