#595978

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

Shades of Comet #595978

Tints of Comet #595978

Color information

#595978 (or 0x595978) is unknown color: approx Comet. HEX triplet: 59, 59 and 78. RGB value is (89,89,120). Sum of RGB (Red+Green+Blue) = 89+89+120=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #595978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595978 is #A6A687. Grayscale: #5C5C5C. Windows color (decimal): -10921608 or 7887193. OLE color: 7887193.

HSL color Cylindrical-coordinate representation of color #595978: hue angle of 240º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595978 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8989120-
CMYK0.260.2600.53
HSL240º14.83%40.98%-
HSV(B)240º25.83%47.06%-
XYZ11.0810.6219.24-
YUV92.53143.5125.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=29.87%
G=29.87%
B=40.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89891200.260.2600.5324014.8340.98
Hex5959781A1A035f0f29
Octal13113117032320653601751
Binary10110011011001111100011010110100110101111100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595978; }

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

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

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

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

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

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

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

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