Shades of Cosmic #854564
Tints of Cosmic #854564
RGB
CMYK
RGB Variations
Color information
#854564 (or 0x854564) is known color: Cosmic. HEX triplet: 85, 45 and 64. RGB value is (133,69,100). Sum of RGB (Red+Green+Blue) = 133+69+100=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854564 is #7ABA9B. Grayscale: #5B5B5B. Windows color (decimal): -8043164 or 6571397. OLE color: 6571397.
HSL color Cylindrical-coordinate representation of color #854564: hue angle of 330.94º 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 #854564 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 100 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.48 |
| HSL | 330.94º | 0.32% | 0.4% | - |
| HSV(B) | 330.94º | 0.48% | 0.52% | - |
| XYZ | 14.1 | 10.16 | 13.28 | - |
| YUV | 91.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 100 | 0 | 0.48 | 0.25 | 0.48 | 330.94 | 0.32 | 0.4 |
| Hex | 85 | 45 | 64 | 0 | 30 | 19 | 30 | 14B | 20 | 28 |
| Octal | 205 | 105 | 144 | 0 | 60 | 31 | 60 | 513 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1100100 | 0 | 110000 | 11001 | 110000 | 101001011 | 100000 | 101000 |
Color Harmonies of #854564
Complementary color
Monochromatic Colors of #854564
Black with #854564
Text Example
Text Example
White with #854564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854564; }
p { color: rgb(133,69,100); }
H1.HeaderClassName
{
color: #854564;
}
.AnyTagClassName
{
color: #854564;
}
</style>
background-color css
<style>
a { background-color: #854564; }
a { background-color: rgb(133,69,100); }
div.DivClassName
{
background-color: #854564;
}
.BgClassName
{
background-color: #854564;
}
</style>
border-color css
<style>
span { border-color: #854564; }
span { border-color: rgb(133,69,100); }
td.TdClassName
{
border-color: #854564;
}
.TagClassName
{
border-color: #854564;
}
</style>