#585A5E

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

Shades of Bright Grey #585A5E

Tints of Bright Grey #585A5E

Color information

#585A5E (or 0x585A5E) is unknown color: approx Bright Grey. HEX triplet: 58, 5A and 5E. RGB value is (88,90,94). Sum of RGB (Red+Green+Blue) = 88+90+94=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 94 - color contains mainly: blue. Hex color #585A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A5E is #A7A5A1. Grayscale: #595959. Windows color (decimal): -10986914 or 6183512. OLE color: 6183512.

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

Color convert

RGB889094-
CMYK0.060.0400.63
HSL220º3.3%35.69%-
HSV(B)220º6.38%36.86%-
XYZ9.710.212.05-
YUV89.86130.34126.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=32.35%
G=33.09%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8890940.060.0400.632203.335.69
Hex585A5E6403Fdc324
Octal13013213664077334344
Binary10110001011010101111011010001111111101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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