#805868

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

Shades of Cosmic #805868

Tints of Cosmic #805868

Color information

#805868 (or 0x805868) is unknown color: approx Cosmic. HEX triplet: 80, 58 and 68. RGB value is (128,88,104). Sum of RGB (Red+Green+Blue) = 128+88+104=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #805868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805868 is #7FA797. Grayscale: #656565. Windows color (decimal): -8365976 or 6838400. OLE color: 6838400.

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

Color convert

RGB12888104-
CMYK00.310.190.50
HSL336º18.52%42.35%-
HSV(B)336º31.25%50.2%-
XYZ14.8912.5714.74-
YUV101.78129.25146.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=40%
G=27.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288810400.310.190.5033618.5242.35
Hex80586801F1332150132a
Octal20013015003723625202352
Binary10000000101100011010000111111001111001010101000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805868; }

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

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

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

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

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

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

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

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