Shades of Cosmic #853868
Tints of Cosmic #853868
RGB
CMYK
RGB Variations
Color information
#853868 (or 0x853868) is known color: Cosmic. HEX triplet: 85, 38 and 68. RGB value is (133,56,104). Sum of RGB (Red+Green+Blue) = 133+56+104=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #853868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853868 is #7AC797. Grayscale: #545454. Windows color (decimal): -8046488 or 6830213. OLE color: 6830213.
HSL color Cylindrical-coordinate representation of color #853868: hue angle of 322.6º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853868 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 104 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.48 |
| HSL | 322.6º | 0.41% | 0.37% | - |
| HSV(B) | 322.6º | 0.58% | 0.52% | - |
| XYZ | 13.59 | 8.81 | 14.08 | - |
| YUV | 84.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 104 | 0 | 0.58 | 0.22 | 0.48 | 322.6 | 0.41 | 0.37 |
| Hex | 85 | 38 | 68 | 0 | 3A | 16 | 30 | 143 | 29 | 25 |
| Octal | 205 | 70 | 150 | 0 | 72 | 26 | 60 | 503 | 51 | 45 |
| Binary | 10000101 | 111000 | 1101000 | 0 | 111010 | 10110 | 110000 | 101000011 | 101001 | 100101 |
Color Harmonies of #853868
Complementary color
Monochromatic Colors of #853868
Black with #853868
Text Example
Text Example
White with #853868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853868; }
p { color: rgb(133,56,104); }
H1.HeaderClassName
{
color: #853868;
}
.AnyTagClassName
{
color: #853868;
}
</style>
background-color css
<style>
a { background-color: #853868; }
a { background-color: rgb(133,56,104); }
div.DivClassName
{
background-color: #853868;
}
.BgClassName
{
background-color: #853868;
}
</style>
border-color css
<style>
span { border-color: #853868; }
span { border-color: rgb(133,56,104); }
td.TdClassName
{
border-color: #853868;
}
.TagClassName
{
border-color: #853868;
}
</style>