Shades of Cosmic #81556C
Tints of Cosmic #81556C
RGB
CMYK
RGB Variations
Color information
#81556C (or 0x81556C) is known color: Cosmic. HEX triplet: 81, 55 and 6C. RGB value is (129,85,108). Sum of RGB (Red+Green+Blue) = 129+85+108=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #81556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81556C is #7EAA93. Grayscale: #646464. Windows color (decimal): -8301204 or 7099777. OLE color: 7099777.
HSL color Cylindrical-coordinate representation of color #81556C: hue angle of 328.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81556C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 108 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.49 |
| HSL | 328.64º | 0.21% | 0.42% | - |
| HSV(B) | 328.64º | 0.34% | 0.51% | - |
| XYZ | 15.01 | 12.25 | 15.76 | - |
| YUV | 100.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 108 | 0 | 0.34 | 0.16 | 0.49 | 328.64 | 0.21 | 0.42 |
| Hex | 81 | 55 | 6C | 0 | 22 | 10 | 31 | 149 | 15 | 2A |
| Octal | 201 | 125 | 154 | 0 | 42 | 20 | 61 | 511 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1101100 | 0 | 100010 | 10000 | 110001 | 101001001 | 10101 | 101010 |
Color Harmonies of #81556C
Complementary color
Monochromatic Colors of #81556C
Black with #81556C
Text Example
Text Example
White with #81556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81556C; }
p { color: rgb(129,85,108); }
H1.HeaderClassName
{
color: #81556C;
}
.AnyTagClassName
{
color: #81556C;
}
</style>
background-color css
<style>
a { background-color: #81556C; }
a { background-color: rgb(129,85,108); }
div.DivClassName
{
background-color: #81556C;
}
.BgClassName
{
background-color: #81556C;
}
</style>
border-color css
<style>
span { border-color: #81556C; }
span { border-color: rgb(129,85,108); }
td.TdClassName
{
border-color: #81556C;
}
.TagClassName
{
border-color: #81556C;
}
</style>