#595B6A

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

Shades of Comet #595B6A

Tints of Comet #595B6A

Color information

#595B6A (or 0x595B6A) is unknown color: approx Comet. HEX triplet: 59, 5B and 6A. RGB value is (89,91,106). Sum of RGB (Red+Green+Blue) = 89+91+106=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #595B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B6A is #A6A495. Grayscale: #5C5C5C. Windows color (decimal): -10921110 or 6970201. OLE color: 6970201.

HSL color Cylindrical-coordinate representation of color #595B6A: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595B6A is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8991106-
CMYK0.160.1400.58
HSL232.94º8.72%38.24%-
HSV(B)232.94º16.04%41.57%-
XYZ10.4610.6515.14-
YUV92.11135.84125.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=31.12%
G=31.82%
B=37.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89911060.160.1400.58232.948.7238.24
Hex595B6A10E03Ae9926
Octal13113315220160723511146
Binary1011001101101111010101000011100111010111010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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