#585E79

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

Shades of Comet #585E79

Tints of Comet #585E79

Color information

#585E79 (or 0x585E79) is unknown color: approx Comet. HEX triplet: 58, 5E and 79. RGB value is (88,94,121). Sum of RGB (Red+Green+Blue) = 88+94+121=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #585E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E79 is #A7A186. Grayscale: #5F5F5F. Windows color (decimal): -10985863 or 7954008. OLE color: 7954008.

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

Color convert

RGB8894121-
CMYK0.270.2200.53
HSL229.09º15.79%40.98%-
HSV(B)229.09º27.27%47.45%-
XYZ11.4811.4619.7-
YUV95.28142.51122.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=29.04%
G=31.02%
B=39.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88941210.270.2200.53229.0915.7940.98
Hex585E791B16035e51029
Octal13013617133260653452051
Binary101100010111101111001110111011001101011110010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E79; }

 p { color: rgb(88,94,121); }

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

<style>
 a { background-color: #585E79; }

 a { background-color: rgb(88,94,121); }

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

<style>
 span { border-color: #585E79; }

 span { border-color: rgb(88,94,121); }

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