#595F82

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

Shades of Comet #595F82

Tints of Comet #595F82

Color information

#595F82 (or 0x595F82) is unknown color: approx Comet. HEX triplet: 59, 5F and 82. RGB value is (89,95,130). Sum of RGB (Red+Green+Blue) = 89+95+130=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #595F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F82 is #A6A07D. Grayscale: #616161. Windows color (decimal): -10920062 or 8544089. OLE color: 8544089.

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

Color convert

RGB8995130-
CMYK0.320.2700.49
HSL231.22º18.72%42.94%-
HSV(B)231.22º31.54%50.98%-
XYZ12.2411.9222.77-
YUV97.2146.51122.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=28.34%
G=30.25%
B=41.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89951300.320.2700.49231.2218.7242.94
Hex595F82201B031e7132b
Octal13113720240330613472353
Binary10110011011111100000101000001101101100011110011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,130); }

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

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

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

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

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

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

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