Shades of Shakespeare #5B96AD
Tints of Shakespeare #5B96AD
RGB
CMYK
RGB Variations
Color information
#5B96AD (or 0x5B96AD) is known color: Shakespeare. HEX triplet: 5B, 96 and AD. RGB value is (91,150,173). Sum of RGB (Red+Green+Blue) = 91+150+173=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B96AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B96AD is #A46952. Grayscale: #868686. Windows color (decimal): -10774867 or 11376219. OLE color: 11376219.
HSL color Cylindrical-coordinate representation of color #5B96AD: hue angle of 196.83º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B96AD is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 150 | 173 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.32 |
| HSL | 196.83º | 0.33% | 0.52% | - |
| HSV(B) | 196.83º | 0.47% | 0.68% | - |
| XYZ | 22.76 | 27.05 | 43.56 | - |
| YUV | 134.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 173 | 0.47 | 0.13 | 0 | 0.32 | 196.83 | 0.33 | 0.52 |
| Hex | 5B | 96 | AD | 2F | D | 0 | 20 | C5 | 21 | 34 |
| Octal | 133 | 226 | 255 | 57 | 15 | 0 | 40 | 305 | 41 | 64 |
| Binary | 1011011 | 10010110 | 10101101 | 101111 | 1101 | 0 | 100000 | 11000101 | 100001 | 110100 |
Color Harmonies of #5B96AD
Complementary color
Monochromatic Colors of #5B96AD
Black with #5B96AD
Text Example
Text Example
White with #5B96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B96AD; }
p { color: rgb(91,150,173); }
H1.HeaderClassName
{
color: #5B96AD;
}
.AnyTagClassName
{
color: #5B96AD;
}
</style>
background-color css
<style>
a { background-color: #5B96AD; }
a { background-color: rgb(91,150,173); }
div.DivClassName
{
background-color: #5B96AD;
}
.BgClassName
{
background-color: #5B96AD;
}
</style>
border-color css
<style>
span { border-color: #5B96AD; }
span { border-color: rgb(91,150,173); }
td.TdClassName
{
border-color: #5B96AD;
}
.TagClassName
{
border-color: #5B96AD;
}
</style>