#595E70

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

Shades of Comet #595E70

Tints of Comet #595E70

Color information

#595E70 (or 0x595E70) is unknown color: approx Comet. HEX triplet: 59, 5E and 70. RGB value is (89,94,112). Sum of RGB (Red+Green+Blue) = 89+94+112=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #595E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E70 is #A6A18F. Grayscale: #5E5E5E. Windows color (decimal): -10920336 or 7364185. OLE color: 7364185.

HSL color Cylindrical-coordinate representation of color #595E70: hue angle of 226.96º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595E70 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8994112-
CMYK0.210.1600.56
HSL226.96º11.44%39.41%-
HSV(B)226.96º20.54%43.92%-
XYZ11.0511.316.93-
YUV94.56137.84124.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=30.17%
G=31.86%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89941120.210.1600.56226.9611.4439.41
Hex595E701510038e3b27
Octal13113616025200703431347
Binary10110011011110111000010101100000111000111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,94,112); }

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

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

 a { background-color: rgb(89,94,112); }

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

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

 span { border-color: rgb(89,94,112); }

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