Shades of Shakespeare #5696BA
Tints of Shakespeare #5696BA
RGB
CMYK
RGB Variations
Color information
#5696BA (or 0x5696BA) is known color: Shakespeare. HEX triplet: 56, 96 and BA. RGB value is (86,150,186). Sum of RGB (Red+Green+Blue) = 86+150+186=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #5696BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696BA is #A96945. Grayscale: #868686. Windows color (decimal): -11102534 or 12228182. OLE color: 12228182.
HSL color Cylindrical-coordinate representation of color #5696BA: hue angle of 201.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5696BA is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 150 | 186 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.27 |
| HSL | 201.6º | 0.42% | 0.53% | - |
| HSV(B) | 201.6º | 0.54% | 0.73% | - |
| XYZ | 23.61 | 27.34 | 50.49 | - |
| YUV | 134.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 186 | 0.54 | 0.19 | 0 | 0.27 | 201.6 | 0.42 | 0.53 |
| Hex | 56 | 96 | BA | 36 | 13 | 0 | 1B | CA | 2A | 35 |
| Octal | 126 | 226 | 272 | 66 | 23 | 0 | 33 | 312 | 52 | 65 |
| Binary | 1010110 | 10010110 | 10111010 | 110110 | 10011 | 0 | 11011 | 11001010 | 101010 | 110101 |
Color Harmonies of #5696BA
Complementary color
Monochromatic Colors of #5696BA
Black with #5696BA
Text Example
Text Example
White with #5696BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5696BA; }
p { color: rgb(86,150,186); }
H1.HeaderClassName
{
color: #5696BA;
}
.AnyTagClassName
{
color: #5696BA;
}
</style>
background-color css
<style>
a { background-color: #5696BA; }
a { background-color: rgb(86,150,186); }
div.DivClassName
{
background-color: #5696BA;
}
.BgClassName
{
background-color: #5696BA;
}
</style>
border-color css
<style>
span { border-color: #5696BA; }
span { border-color: rgb(86,150,186); }
td.TdClassName
{
border-color: #5696BA;
}
.TagClassName
{
border-color: #5696BA;
}
</style>