Shades of Cosmic #854562
Tints of Cosmic #854562
RGB
CMYK
RGB Variations
Color information
#854562 (or 0x854562) is known color: Cosmic. HEX triplet: 85, 45 and 62. RGB value is (133,69,98). Sum of RGB (Red+Green+Blue) = 133+69+98=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #854562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854562 is #7ABA9D. Grayscale: #5B5B5B. Windows color (decimal): -8043166 or 6440325. OLE color: 6440325.
HSL color Cylindrical-coordinate representation of color #854562: hue angle of 332.81º 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 #854562 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 98 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.48 |
| HSL | 332.81º | 0.32% | 0.4% | - |
| HSV(B) | 332.81º | 0.48% | 0.52% | - |
| XYZ | 14.01 | 10.12 | 12.77 | - |
| YUV | 91.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 98 | 0 | 0.48 | 0.26 | 0.48 | 332.81 | 0.32 | 0.4 |
| Hex | 85 | 45 | 62 | 0 | 30 | 1A | 30 | 14D | 20 | 28 |
| Octal | 205 | 105 | 142 | 0 | 60 | 32 | 60 | 515 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1100010 | 0 | 110000 | 11010 | 110000 | 101001101 | 100000 | 101000 |
Color Harmonies of #854562
Complementary color
Monochromatic Colors of #854562
Black with #854562
Text Example
Text Example
White with #854562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854562; }
p { color: rgb(133,69,98); }
H1.HeaderClassName
{
color: #854562;
}
.AnyTagClassName
{
color: #854562;
}
</style>
background-color css
<style>
a { background-color: #854562; }
a { background-color: rgb(133,69,98); }
div.DivClassName
{
background-color: #854562;
}
.BgClassName
{
background-color: #854562;
}
</style>
border-color css
<style>
span { border-color: #854562; }
span { border-color: rgb(133,69,98); }
td.TdClassName
{
border-color: #854562;
}
.TagClassName
{
border-color: #854562;
}
</style>