#585B76

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

Shades of Comet #585B76

Tints of Comet #585B76

Color information

#585B76 (or 0x585B76) is unknown color: approx Comet. HEX triplet: 58, 5B and 76. RGB value is (88,91,118). Sum of RGB (Red+Green+Blue) = 88+91+118=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #585B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B76 is #A7A489. Grayscale: #5D5D5D. Windows color (decimal): -10986634 or 7756632. OLE color: 7756632.

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

Color convert

RGB8891118-
CMYK0.250.2300.54
HSL234º14.56%40.39%-
HSV(B)234º25.42%46.27%-
XYZ11.0410.8618.66-
YUV93.18142.01124.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=29.63%
G=30.64%
B=39.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88911180.250.2300.5423414.5640.39
Hex585B761917036eaf28
Octal13013316631270663521750
Binary10110001011011111011011001101110110110111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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