Shades of Cosmic #82566C
Tints of Cosmic #82566C
RGB
CMYK
RGB Variations
Color information
#82566C (or 0x82566C) is known color: Cosmic. HEX triplet: 82, 56 and 6C. RGB value is (130,86,108). Sum of RGB (Red+Green+Blue) = 130+86+108=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566C is #7DA993. Grayscale: #656565. Windows color (decimal): -8235412 or 7100034. OLE color: 7100034.
HSL color Cylindrical-coordinate representation of color #82566C: hue angle of 330º degrees, saturation: 0.2, 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 #82566C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 108 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.49 |
| HSL | 330º | 0.2% | 0.42% | - |
| HSV(B) | 330º | 0.34% | 0.51% | - |
| XYZ | 15.24 | 12.48 | 15.79 | - |
| YUV | 101.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 108 | 0 | 0.34 | 0.17 | 0.49 | 330 | 0.2 | 0.42 |
| Hex | 82 | 56 | 6C | 0 | 22 | 11 | 31 | 14A | 14 | 2A |
| Octal | 202 | 126 | 154 | 0 | 42 | 21 | 61 | 512 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1101100 | 0 | 100010 | 10001 | 110001 | 101001010 | 10100 | 101010 |
Color Harmonies of #82566C
Complementary color
Monochromatic Colors of #82566C
Black with #82566C
Text Example
Text Example
White with #82566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82566C; }
p { color: rgb(130,86,108); }
H1.HeaderClassName
{
color: #82566C;
}
.AnyTagClassName
{
color: #82566C;
}
</style>
background-color css
<style>
a { background-color: #82566C; }
a { background-color: rgb(130,86,108); }
div.DivClassName
{
background-color: #82566C;
}
.BgClassName
{
background-color: #82566C;
}
</style>
border-color css
<style>
span { border-color: #82566C; }
span { border-color: rgb(130,86,108); }
td.TdClassName
{
border-color: #82566C;
}
.TagClassName
{
border-color: #82566C;
}
</style>