Shades of Cosmic #85456B
Tints of Cosmic #85456B
RGB
CMYK
RGB Variations
Color information
#85456B (or 0x85456B) is known color: Cosmic. HEX triplet: 85, 45 and 6B. RGB value is (133,69,107). Sum of RGB (Red+Green+Blue) = 133+69+107=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85456B is #7ABA94. Grayscale: #5C5C5C. Windows color (decimal): -8043157 or 7030149. OLE color: 7030149.
HSL color Cylindrical-coordinate representation of color #85456B: hue angle of 324.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85456B is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 107 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.48 |
| HSL | 324.38º | 0.32% | 0.4% | - |
| HSV(B) | 324.38º | 0.48% | 0.52% | - |
| XYZ | 14.45 | 10.3 | 15.14 | - |
| YUV | 92.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 107 | 0 | 0.48 | 0.20 | 0.48 | 324.38 | 0.32 | 0.4 |
| Hex | 85 | 45 | 6B | 0 | 30 | 14 | 30 | 144 | 20 | 28 |
| Octal | 205 | 105 | 153 | 0 | 60 | 24 | 60 | 504 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1101011 | 0 | 110000 | 10100 | 110000 | 101000100 | 100000 | 101000 |
Color Harmonies of #85456B
Complementary color
Monochromatic Colors of #85456B
Black with #85456B
Text Example
Text Example
White with #85456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85456B; }
p { color: rgb(133,69,107); }
H1.HeaderClassName
{
color: #85456B;
}
.AnyTagClassName
{
color: #85456B;
}
</style>
background-color css
<style>
a { background-color: #85456B; }
a { background-color: rgb(133,69,107); }
div.DivClassName
{
background-color: #85456B;
}
.BgClassName
{
background-color: #85456B;
}
</style>
border-color css
<style>
span { border-color: #85456B; }
span { border-color: rgb(133,69,107); }
td.TdClassName
{
border-color: #85456B;
}
.TagClassName
{
border-color: #85456B;
}
</style>