#575A79

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

Shades of Comet #575A79

Tints of Comet #575A79

Color information

#575A79 (or 0x575A79) is unknown color: approx Comet. HEX triplet: 57, 5A and 79. RGB value is (87,90,121). Sum of RGB (Red+Green+Blue) = 87+90+121=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #575A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A79 is #A8A586. Grayscale: #5C5C5C. Windows color (decimal): -11052423 or 7952983. OLE color: 7952983.

HSL color Cylindrical-coordinate representation of color #575A79: hue angle of 234.71º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575A79 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8790121-
CMYK0.280.2600.53
HSL234.71º16.35%40.78%-
HSV(B)234.71º28.1%47.45%-
XYZ11.0410.7219.58-
YUV92.64144.01123.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=29.19%
G=30.20%
B=40.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87901210.280.2600.53234.7116.3540.78
Hex575A791C1A035eb1029
Octal12713217134320653532051
Binary101011110110101111001111001101001101011110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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