Shades of Studio #85589E
Tints of Studio #85589E
RGB
CMYK
RGB Variations
Color information
#85589E (or 0x85589E) is known color: Studio. HEX triplet: 85, 58 and 9E. RGB value is (133,88,158). Sum of RGB (Red+Green+Blue) = 133+88+158=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #85589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589E is #7AA761. Grayscale: #6D6D6D. Windows color (decimal): -8038242 or 10377349. OLE color: 10377349.
HSL color Cylindrical-coordinate representation of color #85589E: hue angle of 278.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85589E is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 88 | 158 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.38 |
| HSL | 278.57º | 0.28% | 0.48% | - |
| HSV(B) | 278.57º | 0.44% | 0.62% | - |
| XYZ | 19.33 | 14.43 | 34.11 | - |
| YUV | 109.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 158 | 0.16 | 0.44 | 0 | 0.38 | 278.57 | 0.28 | 0.48 |
| Hex | 85 | 58 | 9E | 10 | 2C | 0 | 26 | 117 | 1C | 30 |
| Octal | 205 | 130 | 236 | 20 | 54 | 0 | 46 | 427 | 34 | 60 |
| Binary | 10000101 | 1011000 | 10011110 | 10000 | 101100 | 0 | 100110 | 100010111 | 11100 | 110000 |
Color Harmonies of #85589E
Complementary color
Monochromatic Colors of #85589E
Black with #85589E
Text Example
Text Example
White with #85589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85589E; }
p { color: rgb(133,88,158); }
H1.HeaderClassName
{
color: #85589E;
}
.AnyTagClassName
{
color: #85589E;
}
</style>
background-color css
<style>
a { background-color: #85589E; }
a { background-color: rgb(133,88,158); }
div.DivClassName
{
background-color: #85589E;
}
.BgClassName
{
background-color: #85589E;
}
</style>
border-color css
<style>
span { border-color: #85589E; }
span { border-color: rgb(133,88,158); }
td.TdClassName
{
border-color: #85589E;
}
.TagClassName
{
border-color: #85589E;
}
</style>