#595D73

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

Shades of Comet #595D73

Tints of Comet #595D73

Color information

#595D73 (or 0x595D73) is unknown color: approx Comet. HEX triplet: 59, 5D and 73. RGB value is (89,93,115). Sum of RGB (Red+Green+Blue) = 89+93+115=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #595D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D73 is #A6A28C. Grayscale: #5E5E5E. Windows color (decimal): -10920589 or 7560537. OLE color: 7560537.

HSL color Cylindrical-coordinate representation of color #595D73: hue angle of 230.77º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595D73 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8993115-
CMYK0.230.1900.55
HSL230.77º12.75%40%-
HSV(B)230.77º22.61%45.1%-
XYZ11.1311.1917.79-
YUV94.31139.67124.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=29.97%
G=31.31%
B=38.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89931150.230.1900.55230.7712.7540
Hex595D731713037e7d28
Octal13113516327230673471550
Binary10110011011101111001110111100110110111111001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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