#585A6C

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

Shades of Comet #585A6C

Tints of Comet #585A6C

Color information

#585A6C (or 0x585A6C) is unknown color: approx Comet. HEX triplet: 58, 5A and 6C. RGB value is (88,90,108). Sum of RGB (Red+Green+Blue) = 88+90+108=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #585A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A6C is #A7A593. Grayscale: #5B5B5B. Windows color (decimal): -10986900 or 7101016. OLE color: 7101016.

HSL color Cylindrical-coordinate representation of color #585A6C: hue angle of 234º 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 #585A6C is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8890108-
CMYK0.190.1700.58
HSL234º10.2%38.43%-
HSV(B)234º18.52%42.35%-
XYZ10.3910.4715.66-
YUV91.45137.34125.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=30.77%
G=31.47%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88901080.190.1700.5823410.238.43
Hex585A6C131103Aeaa26
Octal13013215423210723521246
Binary10110001011010110110010011100010111010111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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