#595A65

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

Shades of Comet #595A65

Tints of Comet #595A65

Color information

#595A65 (or 0x595A65) is unknown color: approx Comet. HEX triplet: 59, 5A and 65. RGB value is (89,90,101). Sum of RGB (Red+Green+Blue) = 89+90+101=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #595A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A65 is #A6A59A. Grayscale: #5A5A5A. Windows color (decimal): -10921371 or 6642265. OLE color: 6642265.

HSL color Cylindrical-coordinate representation of color #595A65: hue angle of 235º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595A65 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8990101-
CMYK0.120.1100.60
HSL235º6.32%37.25%-
HSV(B)235º11.88%39.61%-
XYZ10.1210.3813.78-
YUV90.96133.67126.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=31.79%
G=32.14%
B=36.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89901010.120.1100.602356.3237.25
Hex595A65CB03Ceb625
Octal1311321451413074353645
Binary10110011011010110010111001011011110011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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