Shades of Studio #70559C
Tints of Studio #70559C
RGB
CMYK
RGB Variations
Color information
#70559C (or 0x70559C) is known color: Studio. HEX triplet: 70, 55 and 9C. RGB value is (112,85,156). Sum of RGB (Red+Green+Blue) = 112+85+156=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #70559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70559C is #8FAA63. Grayscale: #646464. Windows color (decimal): -9415268 or 10245488. OLE color: 10245488.
HSL color Cylindrical-coordinate representation of color #70559C: hue angle of 262.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70559C is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 85 | 156 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.39 |
| HSL | 262.82º | 0.29% | 0.47% | - |
| HSV(B) | 262.82º | 0.46% | 0.61% | - |
| XYZ | 15.93 | 12.34 | 33 | - |
| YUV | 101.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 156 | 0.28 | 0.46 | 0 | 0.39 | 262.82 | 0.29 | 0.47 |
| Hex | 70 | 55 | 9C | 1C | 2E | 0 | 27 | 107 | 1D | 2F |
| Octal | 160 | 125 | 234 | 34 | 56 | 0 | 47 | 407 | 35 | 57 |
| Binary | 1110000 | 1010101 | 10011100 | 11100 | 101110 | 0 | 100111 | 100000111 | 11101 | 101111 |
Color Harmonies of #70559C
Complementary color
Monochromatic Colors of #70559C
Black with #70559C
Text Example
Text Example
White with #70559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70559C; }
p { color: rgb(112,85,156); }
H1.HeaderClassName
{
color: #70559C;
}
.AnyTagClassName
{
color: #70559C;
}
</style>
background-color css
<style>
a { background-color: #70559C; }
a { background-color: rgb(112,85,156); }
div.DivClassName
{
background-color: #70559C;
}
.BgClassName
{
background-color: #70559C;
}
</style>
border-color css
<style>
span { border-color: #70559C; }
span { border-color: rgb(112,85,156); }
td.TdClassName
{
border-color: #70559C;
}
.TagClassName
{
border-color: #70559C;
}
</style>