#585C62

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

Shades of Bright Grey #585C62

Tints of Bright Grey #585C62

Color information

#585C62 (or 0x585C62) is unknown color: approx Bright Grey. HEX triplet: 58, 5C and 62. RGB value is (88,92,98). Sum of RGB (Red+Green+Blue) = 88+92+98=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 98 - color contains mainly: blue. Hex color #585C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C62 is #A7A39D. Grayscale: #5B5B5B. Windows color (decimal): -10986398 or 6446168. OLE color: 6446168.

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

Color convert

RGB889298-
CMYK0.100.0600.62
HSL216º5.38%36.47%-
HSV(B)216º10.2%38.43%-
XYZ10.0610.6113.07-
YUV91.49131.67125.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=31.65%
G=33.09%
B=35.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8892980.100.0600.622165.3836.47
Hex585C62A603Ed8524
Octal130134142126076330544
Binary1011000101110011000101010110011111011011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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