#585B5F

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

Shades of Bright Grey #585B5F

Tints of Bright Grey #585B5F

Color information

#585B5F (or 0x585B5F) is unknown color: approx Bright Grey. HEX triplet: 58, 5B and 5F. RGB value is (88,91,95). Sum of RGB (Red+Green+Blue) = 88+91+95=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 95 - color contains mainly: blue. Hex color #585B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B5F is #A7A4A0. Grayscale: #5A5A5A. Windows color (decimal): -10986657 or 6249304. OLE color: 6249304.

HSL color Cylindrical-coordinate representation of color #585B5F: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585B5F is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB889195-
CMYK0.070.0400.63
HSL214.29º3.83%35.88%-
HSV(B)214.29º7.37%37.25%-
XYZ9.8310.3812.31-
YUV90.56130.51126.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=32.12%
G=33.21%
B=34.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8891950.070.0400.63214.293.8335.88
Hex585B5F7403Fd6424
Octal13013313774077326444
Binary101100010110111011111111100011111111010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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