#575A7E

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

Shades of Comet #575A7E

Tints of Comet #575A7E

Color information

#575A7E (or 0x575A7E) is unknown color: approx Comet. HEX triplet: 57, 5A and 7E. RGB value is (87,90,126). Sum of RGB (Red+Green+Blue) = 87+90+126=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #575A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A7E is #A8A581. Grayscale: #5D5D5D. Windows color (decimal): -11052418 or 8280663. OLE color: 8280663.

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

Color convert

RGB8790126-
CMYK0.310.2900.51
HSL235.38º18.31%41.76%-
HSV(B)235.38º30.95%49.41%-
XYZ11.3510.8421.23-
YUV93.21146.51123.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=28.71%
G=29.70%
B=41.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87901260.310.2900.51235.3818.3141.76
Hex575A7E1F1D033eb122a
Octal12713217637350633532252
Binary101011110110101111110111111110101100111110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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