#80546C

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

Shades of Cosmic #80546C

Tints of Cosmic #80546C

Color information

#80546C (or 0x80546C) is unknown color: approx Cosmic. HEX triplet: 80, 54 and 6C. RGB value is (128,84,108). Sum of RGB (Red+Green+Blue) = 128+84+108=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80546C is #7FAB93. Grayscale: #636363. Windows color (decimal): -8366996 or 7099520. OLE color: 7099520.

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

Color convert

RGB12884108-
CMYK00.340.160.50
HSL327.27º20.75%41.57%-
HSV(B)327.27º34.38%50.2%-
XYZ14.7812.0115.73-
YUV99.89132.58148.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=40%
G=26.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288410800.340.160.50327.2720.7541.57
Hex80546C0221032147152a
Octal20012415404220625072552
Binary100000001010100110110001000101000011001010100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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