#595970

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

Shades of Comet #595970

Tints of Comet #595970

Color information

#595970 (or 0x595970) is unknown color: approx Comet. HEX triplet: 59, 59 and 70. RGB value is (89,89,112). Sum of RGB (Red+Green+Blue) = 89+89+112=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #595970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595970 is #A6A68F. Grayscale: #5B5B5B. Windows color (decimal): -10921616 or 7362905. OLE color: 7362905.

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

Color convert

RGB8989112-
CMYK0.210.2100.56
HSL240º11.44%39.41%-
HSV(B)240º20.54%43.92%-
XYZ10.6210.4416.78-
YUV91.62139.5126.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.69%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=30.69%
G=30.69%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89891120.210.2100.5624011.4439.41
Hex5959701515038f0b27
Octal13113116025250703601347
Binary10110011011001111000010101101010111000111100001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595970; }

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

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

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

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

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

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

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

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