Shades of Cosmic #81556F
Tints of Cosmic #81556F
RGB
CMYK
RGB Variations
Color information
#81556F (or 0x81556F) is known color: Cosmic. HEX triplet: 81, 55 and 6F. RGB value is (129,85,111). Sum of RGB (Red+Green+Blue) = 129+85+111=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81556F is #7EAA90. Grayscale: #656565. Windows color (decimal): -8301201 or 7296385. OLE color: 7296385.
HSL color Cylindrical-coordinate representation of color #81556F: hue angle of 324.55º 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 #81556F is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 111 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.49 |
| HSL | 324.55º | 0.21% | 0.42% | - |
| HSV(B) | 324.55º | 0.34% | 0.51% | - |
| XYZ | 15.17 | 12.31 | 16.62 | - |
| YUV | 101.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 111 | 0 | 0.34 | 0.14 | 0.49 | 324.55 | 0.21 | 0.42 |
| Hex | 81 | 55 | 6F | 0 | 22 | E | 31 | 145 | 15 | 2A |
| Octal | 201 | 125 | 157 | 0 | 42 | 16 | 61 | 505 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1101111 | 0 | 100010 | 1110 | 110001 | 101000101 | 10101 | 101010 |
Color Harmonies of #81556F
Complementary color
Monochromatic Colors of #81556F
Black with #81556F
Text Example
Text Example
White with #81556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81556F; }
p { color: rgb(129,85,111); }
H1.HeaderClassName
{
color: #81556F;
}
.AnyTagClassName
{
color: #81556F;
}
</style>
background-color css
<style>
a { background-color: #81556F; }
a { background-color: rgb(129,85,111); }
div.DivClassName
{
background-color: #81556F;
}
.BgClassName
{
background-color: #81556F;
}
</style>
border-color css
<style>
span { border-color: #81556F; }
span { border-color: rgb(129,85,111); }
td.TdClassName
{
border-color: #81556F;
}
.TagClassName
{
border-color: #81556F;
}
</style>