Shades of Studio #85579C
Tints of Studio #85579C
RGB
CMYK
RGB Variations
Color information
#85579C (or 0x85579C) is known color: Studio. HEX triplet: 85, 57 and 9C. RGB value is (133,87,156). Sum of RGB (Red+Green+Blue) = 133+87+156=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #85579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579C is #7AA863. Grayscale: #6C6C6C. Windows color (decimal): -8038500 or 10246021. OLE color: 10246021.
HSL color Cylindrical-coordinate representation of color #85579C: hue angle of 280º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85579C is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 87 | 156 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.39 |
| HSL | 280º | 0.28% | 0.48% | - |
| HSV(B) | 280º | 0.44% | 0.61% | - |
| XYZ | 19.08 | 14.2 | 33.19 | - |
| YUV | 108.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 156 | 0.15 | 0.44 | 0 | 0.39 | 280 | 0.28 | 0.48 |
| Hex | 85 | 57 | 9C | F | 2C | 0 | 27 | 118 | 1C | 30 |
| Octal | 205 | 127 | 234 | 17 | 54 | 0 | 47 | 430 | 34 | 60 |
| Binary | 10000101 | 1010111 | 10011100 | 1111 | 101100 | 0 | 100111 | 100011000 | 11100 | 110000 |
Color Harmonies of #85579C
Complementary color
Monochromatic Colors of #85579C
Black with #85579C
Text Example
Text Example
White with #85579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85579C; }
p { color: rgb(133,87,156); }
H1.HeaderClassName
{
color: #85579C;
}
.AnyTagClassName
{
color: #85579C;
}
</style>
background-color css
<style>
a { background-color: #85579C; }
a { background-color: rgb(133,87,156); }
div.DivClassName
{
background-color: #85579C;
}
.BgClassName
{
background-color: #85579C;
}
</style>
border-color css
<style>
span { border-color: #85579C; }
span { border-color: rgb(133,87,156); }
td.TdClassName
{
border-color: #85579C;
}
.TagClassName
{
border-color: #85579C;
}
</style>