#595D70

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

Shades of Comet #595D70

Tints of Comet #595D70

Color information

#595D70 (or 0x595D70) is unknown color: approx Comet. HEX triplet: 59, 5D and 70. RGB value is (89,93,112). Sum of RGB (Red+Green+Blue) = 89+93+112=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #595D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D70 is #A6A28F. Grayscale: #5D5D5D. Windows color (decimal): -10920592 or 7363929. OLE color: 7363929.

HSL color Cylindrical-coordinate representation of color #595D70: hue angle of 229.57º 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 #595D70 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8993112-
CMYK0.210.1700.56
HSL229.57º11.44%39.41%-
HSV(B)229.57º20.54%43.92%-
XYZ10.9611.1216.9-
YUV93.97138.17124.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.27%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=30.27%
G=31.63%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89931120.210.1700.56229.5711.4439.41
Hex595D701511038e6b27
Octal13113516025210703461347
Binary10110011011101111000010101100010111000111001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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