#585D76

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

Shades of Comet #585D76

Tints of Comet #585D76

Color information

#585D76 (or 0x585D76) is unknown color: approx Comet. HEX triplet: 58, 5D and 76. RGB value is (88,93,118). Sum of RGB (Red+Green+Blue) = 88+93+118=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #585D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D76 is #A7A289. Grayscale: #5E5E5E. Windows color (decimal): -10986122 or 7757144. OLE color: 7757144.

HSL color Cylindrical-coordinate representation of color #585D76: hue angle of 230º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585D76 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8893118-
CMYK0.250.2100.54
HSL230º14.56%40.39%-
HSV(B)230º25.42%46.27%-
XYZ11.2111.2118.71-
YUV94.35141.34123.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=29.43%
G=31.10%
B=39.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88931180.250.2100.5423014.5640.39
Hex585D761915036e6f28
Octal13013516631250663461750
Binary10110001011101111011011001101010110110111001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,118); }

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

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

 a { background-color: rgb(88,93,118); }

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

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

 span { border-color: rgb(88,93,118); }

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