Shades of Shakespeare #5495AD
Tints of Shakespeare #5495AD
RGB
CMYK
RGB Variations
Color information
#5495AD (or 0x5495AD) is known color: Shakespeare. HEX triplet: 54, 95 and AD. RGB value is (84,149,173). Sum of RGB (Red+Green+Blue) = 84+149+173=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #5495AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5495AD is #AB6A52. Grayscale: #848484. Windows color (decimal): -11233875 or 11375956. OLE color: 11375956.
HSL color Cylindrical-coordinate representation of color #5495AD: hue angle of 196.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5495AD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 149 | 173 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.32 |
| HSL | 196.18º | 0.35% | 0.5% | - |
| HSV(B) | 196.18º | 0.51% | 0.68% | - |
| XYZ | 21.95 | 26.4 | 43.47 | - |
| YUV | 132.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 173 | 0.51 | 0.14 | 0 | 0.32 | 196.18 | 0.35 | 0.5 |
| Hex | 54 | 95 | AD | 33 | E | 0 | 20 | C4 | 23 | 32 |
| Octal | 124 | 225 | 255 | 63 | 16 | 0 | 40 | 304 | 43 | 62 |
| Binary | 1010100 | 10010101 | 10101101 | 110011 | 1110 | 0 | 100000 | 11000100 | 100011 | 110010 |
Color Harmonies of #5495AD
Complementary color
Monochromatic Colors of #5495AD
Black with #5495AD
Text Example
Text Example
White with #5495AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495AD; }
p { color: rgb(84,149,173); }
H1.HeaderClassName
{
color: #5495AD;
}
.AnyTagClassName
{
color: #5495AD;
}
</style>
background-color css
<style>
a { background-color: #5495AD; }
a { background-color: rgb(84,149,173); }
div.DivClassName
{
background-color: #5495AD;
}
.BgClassName
{
background-color: #5495AD;
}
</style>
border-color css
<style>
span { border-color: #5495AD; }
span { border-color: rgb(84,149,173); }
td.TdClassName
{
border-color: #5495AD;
}
.TagClassName
{
border-color: #5495AD;
}
</style>