Shades of Cosmic #82556F
Tints of Cosmic #82556F
RGB
CMYK
RGB Variations
Color information
#82556F (or 0x82556F) is known color: Cosmic. HEX triplet: 82, 55 and 6F. RGB value is (130,85,111). Sum of RGB (Red+Green+Blue) = 130+85+111=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82556F is #7DAA90. Grayscale: #656565. Windows color (decimal): -8235665 or 7296386. OLE color: 7296386.
HSL color Cylindrical-coordinate representation of color #82556F: hue angle of 325.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82556F is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 111 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.49 |
| HSL | 325.33º | 0.21% | 0.42% | - |
| HSV(B) | 325.33º | 0.35% | 0.51% | - |
| XYZ | 15.32 | 12.39 | 16.62 | - |
| YUV | 101.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 111 | 0 | 0.35 | 0.15 | 0.49 | 325.33 | 0.21 | 0.42 |
| Hex | 82 | 55 | 6F | 0 | 23 | F | 31 | 145 | 15 | 2A |
| Octal | 202 | 125 | 157 | 0 | 43 | 17 | 61 | 505 | 25 | 52 |
| Binary | 10000010 | 1010101 | 1101111 | 0 | 100011 | 1111 | 110001 | 101000101 | 10101 | 101010 |
Color Harmonies of #82556F
Complementary color
Monochromatic Colors of #82556F
Black with #82556F
Text Example
Text Example
White with #82556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82556F; }
p { color: rgb(130,85,111); }
H1.HeaderClassName
{
color: #82556F;
}
.AnyTagClassName
{
color: #82556F;
}
</style>
background-color css
<style>
a { background-color: #82556F; }
a { background-color: rgb(130,85,111); }
div.DivClassName
{
background-color: #82556F;
}
.BgClassName
{
background-color: #82556F;
}
</style>
border-color css
<style>
span { border-color: #82556F; }
span { border-color: rgb(130,85,111); }
td.TdClassName
{
border-color: #82556F;
}
.TagClassName
{
border-color: #82556F;
}
</style>