#585A5D

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

Shades of Bright Grey #585A5D

Tints of Bright Grey #585A5D

Color information

#585A5D (or 0x585A5D) is unknown color: approx Bright Grey. HEX triplet: 58, 5A and 5D. RGB value is (88,90,93). Sum of RGB (Red+Green+Blue) = 88+90+93=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 93 - color contains mainly: blue. Hex color #585A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A5D is #A7A5A2. Grayscale: #595959. Windows color (decimal): -10986915 or 6117976. OLE color: 6117976.

HSL color Cylindrical-coordinate representation of color #585A5D: hue angle of 216º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585A5D is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB889093-
CMYK0.050.0300.64
HSL216º2.76%35.49%-
HSV(B)216º5.38%36.47%-
XYZ9.6610.1811.81-
YUV89.74129.84126.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=32.47%
G=33.21%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8890930.050.0300.642162.7635.49
Hex585A5D53040d8323
Octal130132135530100330343
Binary10110001011010101110110111010000001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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