#80526B

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

Shades of Cosmic #80526B

Tints of Cosmic #80526B

Color information

#80526B (or 0x80526B) is unknown color: approx Cosmic. HEX triplet: 80, 52 and 6B. RGB value is (128,82,107). Sum of RGB (Red+Green+Blue) = 128+82+107=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #80526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80526B is #7FAD94. Grayscale: #626262. Windows color (decimal): -8367509 or 7033472. OLE color: 7033472.

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

Color convert

RGB12882107-
CMYK00.360.160.50
HSL327.39º21.9%41.18%-
HSV(B)327.39º35.94%50.2%-
XYZ14.5711.6915.4-
YUV98.6132.74148.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=40.38%
G=25.87%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288210700.360.160.50327.3921.941.18
Hex80526B02410321471629
Octal20012215304420625072651
Binary100000001010010110101101001001000011001010100011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80526B; }

 p { color: rgb(128,82,107); }

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

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

 a { background-color: rgb(128,82,107); }

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

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

 span { border-color: rgb(128,82,107); }

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