Shades of Shakespeare #5495C0
Tints of Shakespeare #5495C0
RGB
CMYK
RGB Variations
Color information
#5495C0 (or 0x5495C0) is known color: Shakespeare. HEX triplet: 54, 95 and C0. RGB value is (84,149,192). Sum of RGB (Red+Green+Blue) = 84+149+192=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #5495C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495C0 is #AB6A3F. Grayscale: #868686. Windows color (decimal): -11233856 or 12621140. OLE color: 12621140.
HSL color Cylindrical-coordinate representation of color #5495C0: hue angle of 203.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5495C0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 149 | 192 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.25 |
| HSL | 203.89º | 0.46% | 0.54% | - |
| HSV(B) | 203.89º | 0.56% | 0.75% | - |
| XYZ | 23.92 | 27.19 | 53.86 | - |
| YUV | 134.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 192 | 0.56 | 0.22 | 0 | 0.25 | 203.89 | 0.46 | 0.54 |
| Hex | 54 | 95 | C0 | 38 | 16 | 0 | 19 | CC | 2E | 36 |
| Octal | 124 | 225 | 300 | 70 | 26 | 0 | 31 | 314 | 56 | 66 |
| Binary | 1010100 | 10010101 | 11000000 | 111000 | 10110 | 0 | 11001 | 11001100 | 101110 | 110110 |
Color Harmonies of #5495C0
Complementary color
Monochromatic Colors of #5495C0
Black with #5495C0
Text Example
Text Example
White with #5495C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495C0; }
p { color: rgb(84,149,192); }
H1.HeaderClassName
{
color: #5495C0;
}
.AnyTagClassName
{
color: #5495C0;
}
</style>
background-color css
<style>
a { background-color: #5495C0; }
a { background-color: rgb(84,149,192); }
div.DivClassName
{
background-color: #5495C0;
}
.BgClassName
{
background-color: #5495C0;
}
</style>
border-color css
<style>
span { border-color: #5495C0; }
span { border-color: rgb(84,149,192); }
td.TdClassName
{
border-color: #5495C0;
}
.TagClassName
{
border-color: #5495C0;
}
</style>