#595D76

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

Shades of Comet #595D76

Tints of Comet #595D76

Color information

#595D76 (or 0x595D76) is unknown color: approx Comet. HEX triplet: 59, 5D and 76. RGB value is (89,93,118). Sum of RGB (Red+Green+Blue) = 89+93+118=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #595D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D76 is #A6A289. Grayscale: #5E5E5E. Windows color (decimal): -10920586 or 7757145. OLE color: 7757145.

HSL color Cylindrical-coordinate representation of color #595D76: hue angle of 231.72º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595D76 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8993118-
CMYK0.250.2100.54
HSL231.72º14.01%40.59%-
HSV(B)231.72º24.58%46.27%-
XYZ11.311.2618.72-
YUV94.65141.17123.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=29.67%
G=31%
B=39.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89931180.250.2100.54231.7214.0140.59
Hex595D761915036e8e29
Octal13113516631250663501651
Binary10110011011101111011011001101010110110111010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,118); }

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

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

 a { background-color: rgb(89,93,118); }

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

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

 span { border-color: rgb(89,93,118); }

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