#585C61

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

Shades of Bright Grey #585C61

Tints of Bright Grey #585C61

Color information

#585C61 (or 0x585C61) is unknown color: approx Bright Grey. HEX triplet: 58, 5C and 61. RGB value is (88,92,97). Sum of RGB (Red+Green+Blue) = 88+92+97=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 97 - color contains mainly: blue. Hex color #585C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C61 is #A7A39E. Grayscale: #5B5B5B. Windows color (decimal): -10986399 or 6380632. OLE color: 6380632.

HSL color Cylindrical-coordinate representation of color #585C61: hue angle of 213.33º 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 #585C61 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB889297-
CMYK0.090.0500.62
HSL213.33º4.86%36.27%-
HSV(B)213.33º9.28%38.04%-
XYZ10.0110.5912.83-
YUV91.37131.17125.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=31.77%
G=33.21%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8892970.090.0500.62213.334.8636.27
Hex585C619503Ed5524
Octal130134141115076325544
Binary1011000101110011000011001101011111011010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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