#575B79

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

Shades of Comet #575B79

Tints of Comet #575B79

Color information

#575B79 (or 0x575B79) is unknown color: approx Comet. HEX triplet: 57, 5B and 79. RGB value is (87,91,121). Sum of RGB (Red+Green+Blue) = 87+91+121=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #575B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B79 is #A8A486. Grayscale: #5D5D5D. Windows color (decimal): -11052167 or 7953239. OLE color: 7953239.

HSL color Cylindrical-coordinate representation of color #575B79: hue angle of 232.94º 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 #575B79 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8791121-
CMYK0.280.2500.53
HSL232.94º16.35%40.78%-
HSV(B)232.94º28.1%47.45%-
XYZ11.1210.8919.6-
YUV93.22143.67123.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=29.10%
G=30.43%
B=40.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87911210.280.2500.53232.9416.3540.78
Hex575B791C19035e91029
Octal12713317134310653512051
Binary101011110110111111001111001100101101011110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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