#595A61

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

Shades of Bright Grey #595A61

Tints of Bright Grey #595A61

Color information

#595A61 (or 0x595A61) is unknown color: approx Bright Grey. HEX triplet: 59, 5A and 61. RGB value is (89,90,97). Sum of RGB (Red+Green+Blue) = 89+90+97=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #595A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A61 is #A6A59E. Grayscale: #5A5A5A. Windows color (decimal): -10921375 or 6380121. OLE color: 6380121.

HSL color Cylindrical-coordinate representation of color #595A61: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595A61 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB899097-
CMYK0.080.0700.62
HSL232.5º4.3%36.47%-
HSV(B)232.5º8.25%38.04%-
XYZ9.9310.312.77-
YUV90.5131.67126.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=32.25%
G=32.61%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8990970.080.0700.62232.54.336.47
Hex595A618703Ee8424
Octal131132141107076350444
Binary1011001101101011000011000111011111011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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