Shades of Shakespeare #5699B5
Tints of Shakespeare #5699B5
RGB
CMYK
RGB Variations
Color information
#5699B5 (or 0x5699B5) is known color: Shakespeare. HEX triplet: 56, 99 and B5. RGB value is (86,153,181). Sum of RGB (Red+Green+Blue) = 86+153+181=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #5699B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699B5 is #A9664A. Grayscale: #878787. Windows color (decimal): -11101771 or 11901270. OLE color: 11901270.
HSL color Cylindrical-coordinate representation of color #5699B5: hue angle of 197.68º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5699B5 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 153 | 181 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.29 |
| HSL | 197.68º | 0.39% | 0.52% | - |
| HSV(B) | 197.68º | 0.52% | 0.71% | - |
| XYZ | 23.57 | 28.1 | 47.9 | - |
| YUV | 136.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 181 | 0.52 | 0.15 | 0 | 0.29 | 197.68 | 0.39 | 0.52 |
| Hex | 56 | 99 | B5 | 34 | F | 0 | 1D | C6 | 27 | 34 |
| Octal | 126 | 231 | 265 | 64 | 17 | 0 | 35 | 306 | 47 | 64 |
| Binary | 1010110 | 10011001 | 10110101 | 110100 | 1111 | 0 | 11101 | 11000110 | 100111 | 110100 |
Color Harmonies of #5699B5
Complementary color
Monochromatic Colors of #5699B5
Black with #5699B5
Text Example
Text Example
White with #5699B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5699B5; }
p { color: rgb(86,153,181); }
H1.HeaderClassName
{
color: #5699B5;
}
.AnyTagClassName
{
color: #5699B5;
}
</style>
background-color css
<style>
a { background-color: #5699B5; }
a { background-color: rgb(86,153,181); }
div.DivClassName
{
background-color: #5699B5;
}
.BgClassName
{
background-color: #5699B5;
}
</style>
border-color css
<style>
span { border-color: #5699B5; }
span { border-color: rgb(86,153,181); }
td.TdClassName
{
border-color: #5699B5;
}
.TagClassName
{
border-color: #5699B5;
}
</style>