#595A5E

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

Shades of Bright Grey #595A5E

Tints of Bright Grey #595A5E

Color information

#595A5E (or 0x595A5E) is unknown color: approx Bright Grey. HEX triplet: 59, 5A and 5E. RGB value is (89,90,94). Sum of RGB (Red+Green+Blue) = 89+90+94=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 94 - color contains mainly: blue. Hex color #595A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A5E is #A6A5A1. Grayscale: #5A5A5A. Windows color (decimal): -10921378 or 6183513. OLE color: 6183513.

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

Color convert

RGB899094-
CMYK0.050.0400.63
HSL228º2.73%35.88%-
HSV(B)228º5.32%36.86%-
XYZ9.810.2412.05-
YUV90.16130.17127.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.60%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=32.60%
G=32.97%
B=34.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8990940.050.0400.632282.7335.88
Hex595A5E5403Fe4324
Octal13113213654077344344
Binary10110011011010101111010110001111111110010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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