#575EBD

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

Shades of Rich Blue #575EBD

Tints of Rich Blue #575EBD

Color information

#575EBD (or 0x575EBD) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and BD. RGB value is (87,94,189). Sum of RGB (Red+Green+Blue) = 87+94+189=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #575EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EBD is #A8A142. Grayscale: #666666. Windows color (decimal): -11051331 or 12410455. OLE color: 12410455.

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

Color convert

RGB8794189-
CMYK0.540.5000.26
HSL235.88º43.59%54.12%-
HSV(B)235.88º53.97%74.12%-
XYZ17.1213.7149.89-
YUV102.74176.68116.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=23.51%
G=25.41%
B=51.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87941890.540.5000.26235.8843.5954.12
Hex575EBD363201Aec2c36
Octal12713627566620323545466
Binary101011110111101011110111011011001001101011101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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