#595A81

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

Shades of Comet #595A81

Tints of Comet #595A81

Color information

#595A81 (or 0x595A81) is unknown color: approx Comet. HEX triplet: 59, 5A and 81. RGB value is (89,90,129). Sum of RGB (Red+Green+Blue) = 89+90+129=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #595A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A81 is #A6A57E. Grayscale: #5D5D5D. Windows color (decimal): -10921343 or 8477273. OLE color: 8477273.

HSL color Cylindrical-coordinate representation of color #595A81: hue angle of 238.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #595A81 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8990129-
CMYK0.310.3000.49
HSL238.5º18.35%42.75%-
HSV(B)238.5º31.01%50.59%-
XYZ11.7411.0222.28-
YUV94.15147.67124.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=28.90%
G=29.22%
B=41.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89901290.310.3000.49238.518.3542.75
Hex595A811F1E031ee122b
Octal13113220137360613562253
Binary1011001101101010000001111111111001100011110111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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