#80516E

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

Shades of Cosmic #80516E

Tints of Cosmic #80516E

Color information

#80516E (or 0x80516E) is unknown color: approx Cosmic. HEX triplet: 80, 51 and 6E. RGB value is (128,81,110). Sum of RGB (Red+Green+Blue) = 128+81+110=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80516E is #7FAE91. Grayscale: #626262. Windows color (decimal): -8367762 or 7229824. OLE color: 7229824.

HSL color Cylindrical-coordinate representation of color #80516E: hue angle of 322.98º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80516E is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12881110-
CMYK00.370.140.50
HSL322.98º22.49%40.98%-
HSV(B)322.98º36.72%50.2%-
XYZ14.6611.616.22-
YUV98.36134.57149.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=40.13%
G=25.39%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288111000.370.140.50322.9822.4940.98
Hex80516E025E321431629
Octal20012115604516625032651
Binary10000000101000111011100100101111011001010100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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