Shades of Cosmic #84556B
Tints of Cosmic #84556B
RGB
CMYK
RGB Variations
Color information
#84556B (or 0x84556B) is known color: Cosmic. HEX triplet: 84, 55 and 6B. RGB value is (132,85,107). Sum of RGB (Red+Green+Blue) = 132+85+107=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84556B is #7BAA94. Grayscale: #656565. Windows color (decimal): -8104597 or 7034244. OLE color: 7034244.
HSL color Cylindrical-coordinate representation of color #84556B: hue angle of 331.91º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84556B is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 107 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.48 |
| HSL | 331.91º | 0.22% | 0.43% | - |
| HSV(B) | 331.91º | 0.36% | 0.52% | - |
| XYZ | 15.42 | 12.46 | 15.5 | - |
| YUV | 101.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 107 | 0 | 0.36 | 0.19 | 0.48 | 331.91 | 0.22 | 0.43 |
| Hex | 84 | 55 | 6B | 0 | 24 | 13 | 30 | 14C | 16 | 2B |
| Octal | 204 | 125 | 153 | 0 | 44 | 23 | 60 | 514 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1101011 | 0 | 100100 | 10011 | 110000 | 101001100 | 10110 | 101011 |
Color Harmonies of #84556B
Complementary color
Monochromatic Colors of #84556B
Black with #84556B
Text Example
Text Example
White with #84556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84556B; }
p { color: rgb(132,85,107); }
H1.HeaderClassName
{
color: #84556B;
}
.AnyTagClassName
{
color: #84556B;
}
</style>
background-color css
<style>
a { background-color: #84556B; }
a { background-color: rgb(132,85,107); }
div.DivClassName
{
background-color: #84556B;
}
.BgClassName
{
background-color: #84556B;
}
</style>
border-color css
<style>
span { border-color: #84556B; }
span { border-color: rgb(132,85,107); }
td.TdClassName
{
border-color: #84556B;
}
.TagClassName
{
border-color: #84556B;
}
</style>