#585B6C

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

Shades of Comet #585B6C

Tints of Comet #585B6C

Color information

#585B6C (or 0x585B6C) is unknown color: approx Comet. HEX triplet: 58, 5B and 6C. RGB value is (88,91,108). Sum of RGB (Red+Green+Blue) = 88+91+108=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #585B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B6C is #A7A493. Grayscale: #5B5B5B. Windows color (decimal): -10986644 or 7101272. OLE color: 7101272.

HSL color Cylindrical-coordinate representation of color #585B6C: hue angle of 231º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585B6C is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8891108-
CMYK0.190.1600.58
HSL231º10.2%38.43%-
HSV(B)231º18.52%42.35%-
XYZ10.4710.6415.69-
YUV92.04137.01125.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=30.66%
G=31.71%
B=37.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88911080.190.1600.5823110.238.43
Hex585B6C131003Ae7a26
Octal13013315423200723471246
Binary10110001011011110110010011100000111010111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,108); }

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

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

 a { background-color: rgb(88,91,108); }

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

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

 span { border-color: rgb(88,91,108); }

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