#595A78

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

Shades of Comet #595A78

Tints of Comet #595A78

Color information

#595A78 (or 0x595A78) is unknown color: approx Comet. HEX triplet: 59, 5A and 78. RGB value is (89,90,120). Sum of RGB (Red+Green+Blue) = 89+90+120=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #595A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A78 is #A6A587. Grayscale: #5D5D5D. Windows color (decimal): -10921352 or 7887449. OLE color: 7887449.

HSL color Cylindrical-coordinate representation of color #595A78: hue angle of 238.06º 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 #595A78 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8990120-
CMYK0.260.2500.53
HSL238.06º14.83%40.98%-
HSV(B)238.06º25.83%47.06%-
XYZ11.1710.7919.26-
YUV93.12143.17125.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=29.77%
G=30.10%
B=40.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89901200.260.2500.53238.0614.8340.98
Hex595A781A19035eef29
Octal13113217032310653561751
Binary10110011011010111100011010110010110101111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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