#805668

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

Shades of Cosmic #805668

Tints of Cosmic #805668

Color information

#805668 (or 0x805668) is unknown color: approx Cosmic. HEX triplet: 80, 56 and 68. RGB value is (128,86,104). Sum of RGB (Red+Green+Blue) = 128+86+104=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #805668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805668 is #7FA997. Grayscale: #646464. Windows color (decimal): -8366488 or 6837888. OLE color: 6837888.

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

Color convert

RGB12886104-
CMYK00.330.190.50
HSL334.29º19.63%41.96%-
HSV(B)334.29º32.81%50.2%-
XYZ14.7312.2414.68-
YUV100.61129.91147.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=40.25%
G=27.04%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288610400.330.190.50334.2919.6341.96
Hex805668021133214e142a
Octal20012615004123625162452
Binary100000001010110110100001000011001111001010100111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805668; }

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

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

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

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

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

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

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

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