#595C66

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

Shades of Bright Grey #595C66

Tints of Bright Grey #595C66

Color information

#595C66 (or 0x595C66) is unknown color: approx Bright Grey. HEX triplet: 59, 5C and 66. RGB value is (89,92,102). Sum of RGB (Red+Green+Blue) = 89+92+102=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #595C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C66 is #A6A399. Grayscale: #5C5C5C. Windows color (decimal): -10920858 or 6708313. OLE color: 6708313.

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

Color convert

RGB8992102-
CMYK0.130.1000.6
HSL226.15º6.81%37.45%-
HSV(B)226.15º12.75%40%-
XYZ10.3510.7414.1-
YUV92.24133.51125.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=31.45%
G=32.51%
B=36.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal89921020.130.1000.6226.156.8137.45
Hex595C66DA03Ce2725
Octal1311341461512074342745
Binary10110011011100110011011011010011110011100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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