#585B61

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

Shades of Bright Grey #585B61

Tints of Bright Grey #585B61

Color information

#585B61 (or 0x585B61) is unknown color: approx Bright Grey. HEX triplet: 58, 5B and 61. RGB value is (88,91,97). Sum of RGB (Red+Green+Blue) = 88+91+97=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #585B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B61 is #A7A49E. Grayscale: #5A5A5A. Windows color (decimal): -10986655 or 6380376. OLE color: 6380376.

HSL color Cylindrical-coordinate representation of color #585B61: hue angle of 220º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585B61 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB889197-
CMYK0.090.0600.62
HSL220º4.86%36.27%-
HSV(B)220º9.28%38.04%-
XYZ9.9210.4212.8-
YUV90.79131.51126.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=31.88%
G=32.97%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8891970.090.0600.622204.8636.27
Hex585B619603Edc524
Octal130133141116076334544
Binary1011000101101111000011001110011111011011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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