#585979

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

Shades of Comet #585979

Tints of Comet #585979

Color information

#585979 (or 0x585979) is unknown color: approx Comet. HEX triplet: 58, 59 and 79. RGB value is (88,89,121). Sum of RGB (Red+Green+Blue) = 88+89+121=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 89 (35.16% from 255 or 29.87% 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 #585979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585979 is #A7A686. Grayscale: #5C5C5C. Windows color (decimal): -10987143 or 7952728. OLE color: 7952728.

HSL color Cylindrical-coordinate representation of color #585979: hue angle of 238.18º 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 #585979 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8889121-
CMYK0.270.2600.53
HSL238.18º15.79%40.98%-
HSV(B)238.18º27.27%47.45%-
XYZ11.0510.619.55-
YUV92.35144.17124.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=29.53%
G=29.87%
B=40.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88891210.270.2600.53238.1815.7940.98
Hex5859791B1A035ee1029
Octal13013117133320653562051
Binary101100010110011111001110111101001101011110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585979; }

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

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

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

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

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

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

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

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