#80596E

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

Shades of Cosmic #80596E

Tints of Cosmic #80596E

Color information

#80596E (or 0x80596E) is unknown color: approx Cosmic. HEX triplet: 80, 59 and 6E. RGB value is (128,89,110). Sum of RGB (Red+Green+Blue) = 128+89+110=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80596E is #7FA691. Grayscale: #676767. Windows color (decimal): -8365714 or 7231872. OLE color: 7231872.

HSL color Cylindrical-coordinate representation of color #80596E: hue angle of 327.69º 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 #80596E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12889110-
CMYK00.300.140.50
HSL327.69º17.97%42.55%-
HSV(B)327.69º30.47%50.2%-
XYZ15.2912.8616.43-
YUV103.06131.92145.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=39.14%
G=27.22%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288911000.300.140.50327.6917.9742.55
Hex80596E01EE32148122b
Octal20013115603616625102253
Binary1000000010110011101110011110111011001010100100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80596E; }

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

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

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

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

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

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

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

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