#585969

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

Shades of Comet #585969

Tints of Comet #585969

Color information

#585969 (or 0x585969) is unknown color: approx Comet. HEX triplet: 58, 59 and 69. RGB value is (88,89,105). Sum of RGB (Red+Green+Blue) = 88+89+105=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #585969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585969 is #A7A696. Grayscale: #5A5A5A. Windows color (decimal): -10987159 or 6904152. OLE color: 6904152.

HSL color Cylindrical-coordinate representation of color #585969: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585969 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8889105-
CMYK0.160.1500.59
HSL236.47º8.81%37.84%-
HSV(B)236.47º16.19%41.18%-
XYZ10.1510.2414.81-
YUV90.52136.17126.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=31.21%
G=31.56%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88891050.160.1500.59236.478.8137.84
Hex58596910F03Bec926
Octal13013115120170733541146
Binary1011000101100111010011000011110111011111011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585969; }

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

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

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

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

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

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

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

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