#585D63

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

Shades of Bright Grey #585D63

Tints of Bright Grey #585D63

Color information

#585D63 (or 0x585D63) is unknown color: approx Bright Grey. HEX triplet: 58, 5D and 63. RGB value is (88,93,99). Sum of RGB (Red+Green+Blue) = 88+93+99=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #585D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D63 is #A7A29C. Grayscale: #5C5C5C. Windows color (decimal): -10986141 or 6511960. OLE color: 6511960.

HSL color Cylindrical-coordinate representation of color #585D63: hue angle of 212.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585D63 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB889399-
CMYK0.110.0600.61
HSL212.73º5.88%36.67%-
HSV(B)212.73º11.11%38.82%-
XYZ10.1910.813.35-
YUV92.19131.84125.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=31.43%
G=33.21%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8893990.110.0600.61212.735.8836.67
Hex585D63B603Dd5625
Octal130135143136075325645
Binary1011000101110111000111011110011110111010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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