#575EB7

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

Shades of Rich Blue #575EB7

Tints of Rich Blue #575EB7

Color information

#575EB7 (or 0x575EB7) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and B7. RGB value is (87,94,183). Sum of RGB (Red+Green+Blue) = 87+94+183=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #575EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EB7 is #A8A148. Grayscale: #656565. Windows color (decimal): -11051337 or 12017239. OLE color: 12017239.

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

Color convert

RGB8794183-
CMYK0.520.4900.28
HSL235.62º40%52.94%-
HSV(B)235.62º52.46%71.76%-
XYZ16.4813.4546.53-
YUV102.05173.68117.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 183 (71.88% from 255) = 50.27%
R=23.90%
G=25.82%
B=50.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal87941830.520.4900.28235.624052.94
Hex575EB7343101Cec2835
Octal12713626764610343545065
Binary101011110111101011011111010011000101110011101100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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