Shades of Cosmic #805568
Tints of Cosmic #805568
RGB
CMYK
RGB Variations
Color information
#805568 (or 0x805568) is known color: 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
| RGB | 128 | 85 | 104 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.50 |
| HSL | 333.49º | 0.2% | 0.42% | - |
| HSV(B) | 333.49º | 0.34% | 0.5% | - |
| XYZ | 14.65 | 12.09 | 14.66 | - |
| YUV | 100.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 104 | 0 | 0.34 | 0.19 | 0.50 | 333.49 | 0.2 | 0.42 |
| Hex | 80 | 55 | 68 | 0 | 22 | 13 | 32 | 14D | 14 | 2A |
| Octal | 200 | 125 | 150 | 0 | 42 | 23 | 62 | 515 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1101000 | 0 | 100010 | 10011 | 110010 | 101001101 | 10100 | 101010 |
Color Harmonies of #805568
Complementary color
Monochromatic Colors of #805568
Black with #805568
Text Example
Text Example
White with #805568
Text Example
Text Example
HTML Codes & Css Web 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>