Shades of Cosmic #85465C
Tints of Cosmic #85465C
RGB
CMYK
RGB Variations
Color information
#85465C (or 0x85465C) is known color: Cosmic. HEX triplet: 85, 46 and 5C. RGB value is (133,70,92). Sum of RGB (Red+Green+Blue) = 133+70+92=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85465C is #7AB9A3. Grayscale: #5B5B5B. Windows color (decimal): -8042916 or 6047365. OLE color: 6047365.
HSL color Cylindrical-coordinate representation of color #85465C: hue angle of 339.05º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85465C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 92 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.48 |
| HSL | 339.05º | 0.31% | 0.4% | - |
| HSV(B) | 339.05º | 0.47% | 0.52% | - |
| XYZ | 13.79 | 10.14 | 11.36 | - |
| YUV | 91.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 92 | 0 | 0.47 | 0.31 | 0.48 | 339.05 | 0.31 | 0.4 |
| Hex | 85 | 46 | 5C | 0 | 2F | 1F | 30 | 153 | 1F | 28 |
| Octal | 205 | 106 | 134 | 0 | 57 | 37 | 60 | 523 | 37 | 50 |
| Binary | 10000101 | 1000110 | 1011100 | 0 | 101111 | 11111 | 110000 | 101010011 | 11111 | 101000 |
Color Harmonies of #85465C
Complementary color
Monochromatic Colors of #85465C
Black with #85465C
Text Example
Text Example
White with #85465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85465C; }
p { color: rgb(133,70,92); }
H1.HeaderClassName
{
color: #85465C;
}
.AnyTagClassName
{
color: #85465C;
}
</style>
background-color css
<style>
a { background-color: #85465C; }
a { background-color: rgb(133,70,92); }
div.DivClassName
{
background-color: #85465C;
}
.BgClassName
{
background-color: #85465C;
}
</style>
border-color css
<style>
span { border-color: #85465C; }
span { border-color: rgb(133,70,92); }
td.TdClassName
{
border-color: #85465C;
}
.TagClassName
{
border-color: #85465C;
}
</style>