#595E65

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

Shades of Bright Grey #595E65

Tints of Bright Grey #595E65

Color information

#595E65 (or 0x595E65) is unknown color: approx Bright Grey. HEX triplet: 59, 5E and 65. RGB value is (89,94,101). Sum of RGB (Red+Green+Blue) = 89+94+101=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #595E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E65 is #A6A19A. Grayscale: #5D5D5D. Windows color (decimal): -10920347 or 6643289. OLE color: 6643289.

HSL color Cylindrical-coordinate representation of color #595E65: hue angle of 215º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595E65 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8994101-
CMYK0.120.0700.60
HSL215º6.32%37.25%-
HSV(B)215º11.88%39.61%-
XYZ10.4711.0713.9-
YUV93.3132.34124.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=31.34%
G=33.10%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89941010.120.0700.602156.3237.25
Hex595E65C703Cd7625
Octal131136145147074327645
Binary1011001101111011001011100111011110011010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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