#805971

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

Shades of Cosmic #805971

Tints of Cosmic #805971

Color information

#805971 (or 0x805971) is unknown color: approx Cosmic. HEX triplet: 80, 59 and 71. RGB value is (128,89,113). Sum of RGB (Red+Green+Blue) = 128+89+113=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805971 is #7FA68E. Grayscale: #676767. Windows color (decimal): -8365711 or 7428480. OLE color: 7428480.

HSL color Cylindrical-coordinate representation of color #805971: hue angle of 323.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805971 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB12889113-
CMYK00.300.120.50
HSL323.08º17.97%42.55%-
HSV(B)323.08º30.47%50.2%-
XYZ15.4612.9317.3-
YUV103.4133.42145.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=38.79%
G=26.97%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288911300.300.120.50323.0817.9742.55
Hex80597101EC32143122b
Octal20013116103614625032253
Binary1000000010110011110001011110110011001010100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805971; }

 p { color: rgb(128,89,113); }

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

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

 a { background-color: rgb(128,89,113); }

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

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

 span { border-color: rgb(128,89,113); }

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