#595B80

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

Shades of Comet #595B80

Tints of Comet #595B80

Color information

#595B80 (or 0x595B80) is unknown color: approx Comet. HEX triplet: 59, 5B and 80. RGB value is (89,91,128). Sum of RGB (Red+Green+Blue) = 89+91+128=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #595B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B80 is #A6A47F. Grayscale: #5E5E5E. Windows color (decimal): -10921088 or 8411993. OLE color: 8411993.

HSL color Cylindrical-coordinate representation of color #595B80: hue angle of 236.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595B80 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8991128-
CMYK0.300.2900.50
HSL236.92º17.97%42.55%-
HSV(B)236.92º30.47%50.2%-
XYZ11.7611.1621.96-
YUV94.62146.84123.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=28.90%
G=29.55%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89911280.300.2900.50236.9217.9742.55
Hex595B801E1D032ed122b
Octal13113320036350623552253
Binary1011001101101110000000111101110101100101110110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,128); }

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

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

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

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

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

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

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