#595C60

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

Shades of Bright Grey #595C60

Tints of Bright Grey #595C60

Color information

#595C60 (or 0x595C60) is unknown color: approx Bright Grey. HEX triplet: 59, 5C and 60. RGB value is (89,92,96). Sum of RGB (Red+Green+Blue) = 89+92+96=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 96 - color contains mainly: blue. Hex color #595C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C60 is #A6A39F. Grayscale: #5B5B5B. Windows color (decimal): -10920864 or 6315097. OLE color: 6315097.

HSL color Cylindrical-coordinate representation of color #595C60: hue angle of 214.29º 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 #595C60 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB899296-
CMYK0.070.0400.62
HSL214.29º3.78%36.27%-
HSV(B)214.29º7.29%37.65%-
XYZ10.0610.6212.59-
YUV91.56130.51126.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=32.13%
G=33.21%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8992960.070.0400.62214.293.7836.27
Hex595C607403Ed6424
Octal13113414074076326444
Binary101100110111001100000111100011111011010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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