#575bb6

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

Shades of Rich Blue #575BB6

Tints of Rich Blue #575BB6

Color information

#575BB6 (or 0x575BB6) is unknown color: approx Rich Blue. HEX triplet: 57, 5B and B6. RGB value is (87,91,182). Sum of RGB (Red+Green+Blue) = 87+91+182=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #575BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BB6 is #A8A449. Grayscale: #636363. Windows color (decimal): -11052106 or 11950935. OLE color: 11950935.

HSL color Cylindrical-coordinate representation of color #575BB6: hue angle of 237.47º 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 #575BB6 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8791182-
CMYK0.520.500.29
HSL237.47º39.42%52.75%-
HSV(B)237.47º52.2%71.37%-
XYZ16.1212.8945.89-
YUV100.18174.17118.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=24.17%
G=25.28%
B=50.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87911820.520.500.29237.4739.4252.75
Hex575BB6343201Ded2735
Octal12713326664620353554765
Binary101011110110111011011011010011001001110111101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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