#805A6E

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

Shades of Cosmic #805A6E

Tints of Cosmic #805A6E

Color information

#805A6E (or 0x805A6E) is unknown color: approx Cosmic. HEX triplet: 80, 5A and 6E. RGB value is (128,90,110). Sum of RGB (Red+Green+Blue) = 128+90+110=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #805A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A6E is #7FA591. Grayscale: #676767. Windows color (decimal): -8365458 or 7232128. OLE color: 7232128.

HSL color Cylindrical-coordinate representation of color #805A6E: hue angle of 328.42º degrees, saturation: 0.17, 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 #805A6E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12890110-
CMYK00.300.140.50
HSL328.42º17.43%42.75%-
HSV(B)328.42º29.69%50.2%-
XYZ15.3713.0316.46-
YUV103.64131.59145.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=39.02%
G=27.44%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289011000.300.140.50328.4217.4342.75
Hex805A6E01EE32148112b
Octal20013215603616625102153
Binary1000000010110101101110011110111011001010100100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805A6E; }

 p { color: rgb(128,90,110); }

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

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

 a { background-color: rgb(128,90,110); }

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

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

 span { border-color: rgb(128,90,110); }

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