#585D62

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

Shades of Bright Grey #585D62

Tints of Bright Grey #585D62

Color information

#585D62 (or 0x585D62) is unknown color: approx Bright Grey. HEX triplet: 58, 5D and 62. RGB value is (88,93,98). Sum of RGB (Red+Green+Blue) = 88+93+98=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #585D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D62 is #A7A29D. Grayscale: #5C5C5C. Windows color (decimal): -10986142 or 6446424. OLE color: 6446424.

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

Color convert

RGB889398-
CMYK0.100.0500.62
HSL210º5.38%36.47%-
HSV(B)210º10.2%38.43%-
XYZ10.1410.7913.1-
YUV92.07131.34125.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=31.54%
G=33.33%
B=35.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8893980.100.0500.622105.3836.47
Hex585D62A503Ed2524
Octal130135142125076322544
Binary1011000101110111000101010101011111011010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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