Shades of Studio #85579E
Tints of Studio #85579E
RGB
CMYK
RGB Variations
Color information
#85579E (or 0x85579E) is known color: Studio. HEX triplet: 85, 57 and 9E. RGB value is (133,87,158). Sum of RGB (Red+Green+Blue) = 133+87+158=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #85579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579E is #7AA861. Grayscale: #6C6C6C. Windows color (decimal): -8038498 or 10377093. OLE color: 10377093.
HSL color Cylindrical-coordinate representation of color #85579E: hue angle of 278.87º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85579E is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 87 | 158 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.38 |
| HSL | 278.87º | 0.29% | 0.48% | - |
| HSV(B) | 278.87º | 0.45% | 0.62% | - |
| XYZ | 19.25 | 14.27 | 34.09 | - |
| YUV | 108.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 158 | 0.16 | 0.45 | 0 | 0.38 | 278.87 | 0.29 | 0.48 |
| Hex | 85 | 57 | 9E | 10 | 2D | 0 | 26 | 117 | 1D | 30 |
| Octal | 205 | 127 | 236 | 20 | 55 | 0 | 46 | 427 | 35 | 60 |
| Binary | 10000101 | 1010111 | 10011110 | 10000 | 101101 | 0 | 100110 | 100010111 | 11101 | 110000 |
Color Harmonies of #85579E
Complementary color
Monochromatic Colors of #85579E
Black with #85579E
Text Example
Text Example
White with #85579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85579E; }
p { color: rgb(133,87,158); }
H1.HeaderClassName
{
color: #85579E;
}
.AnyTagClassName
{
color: #85579E;
}
</style>
background-color css
<style>
a { background-color: #85579E; }
a { background-color: rgb(133,87,158); }
div.DivClassName
{
background-color: #85579E;
}
.BgClassName
{
background-color: #85579E;
}
</style>
border-color css
<style>
span { border-color: #85579E; }
span { border-color: rgb(133,87,158); }
td.TdClassName
{
border-color: #85579E;
}
.TagClassName
{
border-color: #85579E;
}
</style>