Shades of Shakespeare #5A96AD
Tints of Shakespeare #5A96AD
RGB
CMYK
RGB Variations
Color information
#5A96AD (or 0x5A96AD) is known color: Shakespeare. HEX triplet: 5A, 96 and AD. RGB value is (90,150,173). Sum of RGB (Red+Green+Blue) = 90+150+173=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A96AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A96AD is #A56952. Grayscale: #868686. Windows color (decimal): -10840403 or 11376218. OLE color: 11376218.
HSL color Cylindrical-coordinate representation of color #5A96AD: hue angle of 196.63º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A96AD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 150 | 173 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.32 |
| HSL | 196.63º | 0.34% | 0.52% | - |
| HSV(B) | 196.63º | 0.48% | 0.68% | - |
| XYZ | 22.67 | 27 | 43.55 | - |
| YUV | 134.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 173 | 0.48 | 0.13 | 0 | 0.32 | 196.63 | 0.34 | 0.52 |
| Hex | 5A | 96 | AD | 30 | D | 0 | 20 | C5 | 22 | 34 |
| Octal | 132 | 226 | 255 | 60 | 15 | 0 | 40 | 305 | 42 | 64 |
| Binary | 1011010 | 10010110 | 10101101 | 110000 | 1101 | 0 | 100000 | 11000101 | 100010 | 110100 |
Color Harmonies of #5A96AD
Complementary color
Monochromatic Colors of #5A96AD
Black with #5A96AD
Text Example
Text Example
White with #5A96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A96AD; }
p { color: rgb(90,150,173); }
H1.HeaderClassName
{
color: #5A96AD;
}
.AnyTagClassName
{
color: #5A96AD;
}
</style>
background-color css
<style>
a { background-color: #5A96AD; }
a { background-color: rgb(90,150,173); }
div.DivClassName
{
background-color: #5A96AD;
}
.BgClassName
{
background-color: #5A96AD;
}
</style>
border-color css
<style>
span { border-color: #5A96AD; }
span { border-color: rgb(90,150,173); }
td.TdClassName
{
border-color: #5A96AD;
}
.TagClassName
{
border-color: #5A96AD;
}
</style>