#805568

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

Shades of Cosmic #805568

Tints of Cosmic #805568

Color information

#805568 (or 0x805568) is unknown color: approx Cosmic. HEX triplet: 80, 55 and 68. RGB value is (128,85,104). Sum of RGB (Red+Green+Blue) = 128+85+104=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #805568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805568 is #7FAA97. Grayscale: #636363. Windows color (decimal): -8366744 or 6837632. OLE color: 6837632.

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

Color convert

RGB12885104-
CMYK00.340.190.50
HSL333.49º20.19%41.76%-
HSV(B)333.49º33.59%50.2%-
XYZ14.6512.0914.66-
YUV100.02130.25147.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=40.38%
G=26.81%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288510400.340.190.50333.4920.1941.76
Hex805568022133214d142a
Octal20012515004223625152452
Binary100000001010101110100001000101001111001010100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805568; }

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

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

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

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

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

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

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

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