#805870

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

Shades of Cosmic #805870

Tints of Cosmic #805870

Color information

#805870 (or 0x805870) is unknown color: approx Cosmic. HEX triplet: 80, 58 and 70. RGB value is (128,88,112). Sum of RGB (Red+Green+Blue) = 128+88+112=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #805870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805870 is #7FA78F. Grayscale: #666666. Windows color (decimal): -8365968 or 7362688. OLE color: 7362688.

HSL color Cylindrical-coordinate representation of color #805870: hue angle of 324º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805870 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB12888112-
CMYK00.310.120.50
HSL324º18.52%42.35%-
HSV(B)324º31.25%50.2%-
XYZ15.3212.7416.98-
YUV102.7133.25146.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=39.02%
G=26.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288811200.310.120.5032418.5242.35
Hex80587001FC32144132a
Octal20013016003714625042352
Binary1000000010110001110000011111110011001010100010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805870; }

 p { color: rgb(128,88,112); }

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

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

 a { background-color: rgb(128,88,112); }

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

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

 span { border-color: rgb(128,88,112); }

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