Shades of Cosmic #805564
Tints of Cosmic #805564
RGB
CMYK
RGB Variations
Color information
#805564 (or 0x805564) is known color: Cosmic. HEX triplet: 80, 55 and 64. RGB value is (128,85,100). Sum of RGB (Red+Green+Blue) = 128+85+100=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #805564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805564 is #7FAA9B. Grayscale: #636363. Windows color (decimal): -8366748 or 6575488. OLE color: 6575488.
HSL color Cylindrical-coordinate representation of color #805564: hue angle of 339.07º 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 #805564 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 100 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.50 |
| HSL | 339.07º | 0.2% | 0.42% | - |
| HSV(B) | 339.07º | 0.34% | 0.5% | - |
| XYZ | 14.45 | 12.01 | 13.61 | - |
| YUV | 99.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 100 | 0 | 0.34 | 0.22 | 0.50 | 339.07 | 0.2 | 0.42 |
| Hex | 80 | 55 | 64 | 0 | 22 | 16 | 32 | 153 | 14 | 2A |
| Octal | 200 | 125 | 144 | 0 | 42 | 26 | 62 | 523 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1100100 | 0 | 100010 | 10110 | 110010 | 101010011 | 10100 | 101010 |
Color Harmonies of #805564
Complementary color
Monochromatic Colors of #805564
Black with #805564
Text Example
Text Example
White with #805564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805564; }
p { color: rgb(128,85,100); }
H1.HeaderClassName
{
color: #805564;
}
.AnyTagClassName
{
color: #805564;
}
</style>
background-color css
<style>
a { background-color: #805564; }
a { background-color: rgb(128,85,100); }
div.DivClassName
{
background-color: #805564;
}
.BgClassName
{
background-color: #805564;
}
</style>
border-color css
<style>
span { border-color: #805564; }
span { border-color: rgb(128,85,100); }
td.TdClassName
{
border-color: #805564;
}
.TagClassName
{
border-color: #805564;
}
</style>