#575EBE

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

Shades of Rich Blue #575EBE

Tints of Rich Blue #575EBE

Color information

#575EBE (or 0x575EBE) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and BE. RGB value is (87,94,190). Sum of RGB (Red+Green+Blue) = 87+94+190=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #575EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EBE is #A8A141. Grayscale: #666666. Windows color (decimal): -11051330 or 12475991. OLE color: 12475991.

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

Color convert

RGB8794190-
CMYK0.540.5100.25
HSL235.92º44.21%54.31%-
HSV(B)235.92º54.21%74.51%-
XYZ17.2313.7550.46-
YUV102.85177.18116.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=23.45%
G=25.34%
B=51.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87941900.540.5100.25235.9244.2154.31
Hex575EBE3633019ec2c36
Octal12713627666630313545466
Binary101011110111101011111011011011001101100111101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,190); }

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

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

 a { background-color: rgb(87,94,190); }

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

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

 span { border-color: rgb(87,94,190); }

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