#575A7D

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

Shades of Comet #575A7D

Tints of Comet #575A7D

Color information

#575A7D (or 0x575A7D) is unknown color: approx Comet. HEX triplet: 57, 5A and 7D. RGB value is (87,90,125). Sum of RGB (Red+Green+Blue) = 87+90+125=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #575A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A7D is #A8A582. Grayscale: #5C5C5C. Windows color (decimal): -11052419 or 8215127. OLE color: 8215127.

HSL color Cylindrical-coordinate representation of color #575A7D: hue angle of 235.26º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575A7D is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8790125-
CMYK0.300.2800.51
HSL235.26º17.92%41.57%-
HSV(B)235.26º30.4%49.02%-
XYZ11.2910.8220.9-
YUV93.09146.01123.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=28.81%
G=29.80%
B=41.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87901250.300.2800.51235.2617.9241.57
Hex575A7D1E1C033eb122a
Octal12713217536340633532252
Binary101011110110101111101111101110001100111110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,125); }

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

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

 a { background-color: rgb(87,90,125); }

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

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

 span { border-color: rgb(87,90,125); }

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