Shades of Shakespeare #5498AE
Tints of Shakespeare #5498AE
RGB
CMYK
RGB Variations
Color information
#5498AE (or 0x5498AE) is known color: Shakespeare. HEX triplet: 54, 98 and AE. RGB value is (84,152,174). Sum of RGB (Red+Green+Blue) = 84+152+174=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #5498AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5498AE is #AB6751. Grayscale: #868686. Windows color (decimal): -11233106 or 11442260. OLE color: 11442260.
HSL color Cylindrical-coordinate representation of color #5498AE: hue angle of 194.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5498AE is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 152 | 174 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.32 |
| HSL | 194.67º | 0.36% | 0.51% | - |
| HSV(B) | 194.67º | 0.52% | 0.68% | - |
| XYZ | 22.52 | 27.4 | 44.15 | - |
| YUV | 134.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 174 | 0.52 | 0.13 | 0 | 0.32 | 194.67 | 0.36 | 0.51 |
| Hex | 54 | 98 | AE | 34 | D | 0 | 20 | C3 | 24 | 33 |
| Octal | 124 | 230 | 256 | 64 | 15 | 0 | 40 | 303 | 44 | 63 |
| Binary | 1010100 | 10011000 | 10101110 | 110100 | 1101 | 0 | 100000 | 11000011 | 100100 | 110011 |
Color Harmonies of #5498AE
Complementary color
Monochromatic Colors of #5498AE
Black with #5498AE
Text Example
Text Example
White with #5498AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498AE; }
p { color: rgb(84,152,174); }
H1.HeaderClassName
{
color: #5498AE;
}
.AnyTagClassName
{
color: #5498AE;
}
</style>
background-color css
<style>
a { background-color: #5498AE; }
a { background-color: rgb(84,152,174); }
div.DivClassName
{
background-color: #5498AE;
}
.BgClassName
{
background-color: #5498AE;
}
</style>
border-color css
<style>
span { border-color: #5498AE; }
span { border-color: rgb(84,152,174); }
td.TdClassName
{
border-color: #5498AE;
}
.TagClassName
{
border-color: #5498AE;
}
</style>