#80546D

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

Shades of Cosmic #80546D

Tints of Cosmic #80546D

Color information

#80546D (or 0x80546D) is unknown color: approx Cosmic. HEX triplet: 80, 54 and 6D. RGB value is (128,84,109). Sum of RGB (Red+Green+Blue) = 128+84+109=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80546D is #7FAB92. Grayscale: #636363. Windows color (decimal): -8366995 or 7165056. OLE color: 7165056.

HSL color Cylindrical-coordinate representation of color #80546D: hue angle of 325.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80546D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12884109-
CMYK00.340.150.50
HSL325.91º20.75%41.57%-
HSV(B)325.91º34.38%50.2%-
XYZ14.8312.0316.01-
YUV100.01133.08147.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=39.88%
G=26.17%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288410900.340.150.50325.9120.7541.57
Hex80546D022F32146152a
Octal20012415504217625062552
Binary10000000101010011011010100010111111001010100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80546D; }

 p { color: rgb(128,84,109); }

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

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

 a { background-color: rgb(128,84,109); }

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

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

 span { border-color: rgb(128,84,109); }

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