#595A6A

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

Shades of Comet #595A6A

Tints of Comet #595A6A

Color information

#595A6A (or 0x595A6A) is unknown color: approx Comet. HEX triplet: 59, 5A and 6A. RGB value is (89,90,106). Sum of RGB (Red+Green+Blue) = 89+90+106=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #595A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A6A is #A6A595. Grayscale: #5B5B5B. Windows color (decimal): -10921366 or 6969945. OLE color: 6969945.

HSL color Cylindrical-coordinate representation of color #595A6A: hue angle of 236.47º 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 #595A6A is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8990106-
CMYK0.160.1500.58
HSL236.47º8.72%38.24%-
HSV(B)236.47º16.04%41.57%-
XYZ10.3810.4815.11-
YUV91.52136.17126.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=31.23%
G=31.58%
B=37.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89901060.160.1500.58236.478.7238.24
Hex595A6A10F03Aec926
Octal13113215220170723541146
Binary1011001101101011010101000011110111010111011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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