#595C70

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

Shades of Comet #595C70

Tints of Comet #595C70

Color information

#595C70 (or 0x595C70) is unknown color: approx Comet. HEX triplet: 59, 5C and 70. RGB value is (89,92,112). Sum of RGB (Red+Green+Blue) = 89+92+112=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #595C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C70 is #A6A38F. Grayscale: #5D5D5D. Windows color (decimal): -10920848 or 7363673. OLE color: 7363673.

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

Color convert

RGB8992112-
CMYK0.210.1800.56
HSL232.17º11.44%39.41%-
HSV(B)232.17º20.54%43.92%-
XYZ10.8710.9516.87-
YUV93.38138.51124.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=30.38%
G=31.40%
B=38.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89921120.210.1800.56232.1711.4439.41
Hex595C701512038e8b27
Octal13113416025220703501347
Binary10110011011100111000010101100100111000111010001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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