Shades of Shakespeare #5495BA
Tints of Shakespeare #5495BA
RGB
CMYK
RGB Variations
Color information
#5495BA (or 0x5495BA) is known color: Shakespeare. HEX triplet: 54, 95 and BA. RGB value is (84,149,186). Sum of RGB (Red+Green+Blue) = 84+149+186=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #5495BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495BA is #AB6A45. Grayscale: #858585. Windows color (decimal): -11233862 or 12227924. OLE color: 12227924.
HSL color Cylindrical-coordinate representation of color #5495BA: hue angle of 201.76º degrees, saturation: 0.43, 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 #5495BA is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 149 | 186 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.27 |
| HSL | 201.76º | 0.43% | 0.53% | - |
| HSV(B) | 201.76º | 0.55% | 0.73% | - |
| XYZ | 23.27 | 26.92 | 50.43 | - |
| YUV | 133.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 186 | 0.55 | 0.20 | 0 | 0.27 | 201.76 | 0.43 | 0.53 |
| Hex | 54 | 95 | BA | 37 | 14 | 0 | 1B | CA | 2A | 35 |
| Octal | 124 | 225 | 272 | 67 | 24 | 0 | 33 | 312 | 52 | 65 |
| Binary | 1010100 | 10010101 | 10111010 | 110111 | 10100 | 0 | 11011 | 11001010 | 101010 | 110101 |
Color Harmonies of #5495BA
Complementary color
Monochromatic Colors of #5495BA
Black with #5495BA
Text Example
Text Example
White with #5495BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495BA; }
p { color: rgb(84,149,186); }
H1.HeaderClassName
{
color: #5495BA;
}
.AnyTagClassName
{
color: #5495BA;
}
</style>
background-color css
<style>
a { background-color: #5495BA; }
a { background-color: rgb(84,149,186); }
div.DivClassName
{
background-color: #5495BA;
}
.BgClassName
{
background-color: #5495BA;
}
</style>
border-color css
<style>
span { border-color: #5495BA; }
span { border-color: rgb(84,149,186); }
td.TdClassName
{
border-color: #5495BA;
}
.TagClassName
{
border-color: #5495BA;
}
</style>