#80546F

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

Shades of Cosmic #80546F

Tints of Cosmic #80546F

Color information

#80546F (or 0x80546F) is unknown color: approx Cosmic. HEX triplet: 80, 54 and 6F. RGB value is (128,84,111). Sum of RGB (Red+Green+Blue) = 128+84+111=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80546F is #7FAB90. Grayscale: #646464. Windows color (decimal): -8366993 or 7296128. OLE color: 7296128.

HSL color Cylindrical-coordinate representation of color #80546F: hue angle of 323.18º 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 #80546F is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12884111-
CMYK00.340.130.50
HSL323.18º20.75%41.57%-
HSV(B)323.18º34.38%50.2%-
XYZ14.9412.0816.58-
YUV100.23134.08147.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=39.63%
G=26.01%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288411100.340.130.50323.1820.7541.57
Hex80546F022D32143152a
Octal20012415704215625032552
Binary10000000101010011011110100010110111001010100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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