#595B60

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

Shades of Bright Grey #595B60

Tints of Bright Grey #595B60

Color information

#595B60 (or 0x595B60) is unknown color: approx Bright Grey. HEX triplet: 59, 5B and 60. RGB value is (89,91,96). Sum of RGB (Red+Green+Blue) = 89+91+96=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: blue. Hex color #595B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B60 is #A6A49F. Grayscale: #5A5A5A. Windows color (decimal): -10921120 or 6314841. OLE color: 6314841.

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

Color convert

RGB899196-
CMYK0.070.0500.62
HSL222.86º3.78%36.27%-
HSV(B)222.86º7.29%37.65%-
XYZ9.9710.4512.56-
YUV90.97130.84126.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=32.25%
G=32.97%
B=34.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8991960.070.0500.62222.863.7836.27
Hex595B607503Edf424
Octal13113314075076337444
Binary101100110110111100000111101011111011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,96); }

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

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

 a { background-color: rgb(89,91,96); }

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

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

 span { border-color: rgb(89,91,96); }

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