#804059

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

Shades of Cosmic #804059

Tints of Cosmic #804059

Color information

#804059 (or 0x804059) is unknown color: approx Cosmic. HEX triplet: 80, 40 and 59. RGB value is (128,64,89). Sum of RGB (Red+Green+Blue) = 128+64+89=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #804059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804059 is #7FBFA6. Grayscale: #555555. Windows color (decimal): -8372135 or 5849216. OLE color: 5849216.

HSL color Cylindrical-coordinate representation of color #804059: hue angle of 336.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804059 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1286489-
CMYK00.50.300.50
HSL336.56º33.33%37.65%-
HSV(B)336.56º50%50.2%-
XYZ12.548.9810.52-
YUV85.99129.7157.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=45.55%
G=22.78%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128648900.50.300.50336.5633.3337.65
Hex8040590321E321512126
Octal20010013106236625214146
Binary1000000010000001011001011001011110110010101010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804059; }

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

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

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

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

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

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

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

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