Shades of Shakespeare #5695BA
Tints of Shakespeare #5695BA
RGB
CMYK
RGB Variations
Color information
#5695BA (or 0x5695BA) is known color: Shakespeare. HEX triplet: 56, 95 and BA. RGB value is (86,149,186). Sum of RGB (Red+Green+Blue) = 86+149+186=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #5695BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5695BA is #A96A45. Grayscale: #868686. Windows color (decimal): -11102790 or 12227926. OLE color: 12227926.
HSL color Cylindrical-coordinate representation of color #5695BA: hue angle of 202.2º 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 #5695BA is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 149 | 186 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.27 |
| HSL | 202.2º | 0.42% | 0.53% | - |
| HSV(B) | 202.2º | 0.54% | 0.73% | - |
| XYZ | 23.45 | 27.02 | 50.43 | - |
| YUV | 134.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 186 | 0.54 | 0.20 | 0 | 0.27 | 202.2 | 0.42 | 0.53 |
| Hex | 56 | 95 | BA | 36 | 14 | 0 | 1B | CA | 2A | 35 |
| Octal | 126 | 225 | 272 | 66 | 24 | 0 | 33 | 312 | 52 | 65 |
| Binary | 1010110 | 10010101 | 10111010 | 110110 | 10100 | 0 | 11011 | 11001010 | 101010 | 110101 |
Color Harmonies of #5695BA
Complementary color
Monochromatic Colors of #5695BA
Black with #5695BA
Text Example
Text Example
White with #5695BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5695BA; }
p { color: rgb(86,149,186); }
H1.HeaderClassName
{
color: #5695BA;
}
.AnyTagClassName
{
color: #5695BA;
}
</style>
background-color css
<style>
a { background-color: #5695BA; }
a { background-color: rgb(86,149,186); }
div.DivClassName
{
background-color: #5695BA;
}
.BgClassName
{
background-color: #5695BA;
}
</style>
border-color css
<style>
span { border-color: #5695BA; }
span { border-color: rgb(86,149,186); }
td.TdClassName
{
border-color: #5695BA;
}
.TagClassName
{
border-color: #5695BA;
}
</style>