Shades of Shakespeare #5495B9
Tints of Shakespeare #5495B9
RGB
CMYK
RGB Variations
Color information
#5495B9 (or 0x5495B9) is known color: Shakespeare. HEX triplet: 54, 95 and B9. RGB value is (84,149,185). Sum of RGB (Red+Green+Blue) = 84+149+185=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #5495B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495B9 is #AB6A46. Grayscale: #858585. Windows color (decimal): -11233863 or 12162388. OLE color: 12162388.
HSL color Cylindrical-coordinate representation of color #5495B9: hue angle of 201.39º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5495B9 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 149 | 185 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.27 |
| HSL | 201.39º | 0.42% | 0.53% | - |
| HSV(B) | 201.39º | 0.55% | 0.73% | - |
| XYZ | 23.16 | 26.88 | 49.87 | - |
| YUV | 133.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 185 | 0.55 | 0.19 | 0 | 0.27 | 201.39 | 0.42 | 0.53 |
| Hex | 54 | 95 | B9 | 37 | 13 | 0 | 1B | C9 | 2A | 35 |
| Octal | 124 | 225 | 271 | 67 | 23 | 0 | 33 | 311 | 52 | 65 |
| Binary | 1010100 | 10010101 | 10111001 | 110111 | 10011 | 0 | 11011 | 11001001 | 101010 | 110101 |
Color Harmonies of #5495B9
Complementary color
Monochromatic Colors of #5495B9
Black with #5495B9
Text Example
Text Example
White with #5495B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495B9; }
p { color: rgb(84,149,185); }
H1.HeaderClassName
{
color: #5495B9;
}
.AnyTagClassName
{
color: #5495B9;
}
</style>
background-color css
<style>
a { background-color: #5495B9; }
a { background-color: rgb(84,149,185); }
div.DivClassName
{
background-color: #5495B9;
}
.BgClassName
{
background-color: #5495B9;
}
</style>
border-color css
<style>
span { border-color: #5495B9; }
span { border-color: rgb(84,149,185); }
td.TdClassName
{
border-color: #5495B9;
}
.TagClassName
{
border-color: #5495B9;
}
</style>