#805471

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

Shades of Cosmic #805471

Tints of Cosmic #805471

Color information

#805471 (or 0x805471) is unknown color: approx Cosmic. HEX triplet: 80, 54 and 71. RGB value is (128,84,113). Sum of RGB (Red+Green+Blue) = 128+84+113=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #805471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805471 is #7FAB8E. Grayscale: #646464. Windows color (decimal): -8366991 or 7427200. OLE color: 7427200.

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

Color convert

RGB12884113-
CMYK00.340.120.50
HSL320.45º20.75%41.57%-
HSV(B)320.45º34.38%50.2%-
XYZ15.0512.1217.17-
YUV100.46135.08147.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=39.38%
G=25.85%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288411300.340.120.50320.4520.7541.57
Hex805471022C32140152a
Octal20012416104214625002552
Binary10000000101010011100010100010110011001010100000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805471; }

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

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

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

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

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

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

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

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