Shades of Shakespeare #5498BF
Tints of Shakespeare #5498BF
RGB
CMYK
RGB Variations
Color information
#5498BF (or 0x5498BF) is known color: Shakespeare. HEX triplet: 54, 98 and BF. RGB value is (84,152,191). Sum of RGB (Red+Green+Blue) = 84+152+191=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #5498BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5498BF is #AB6740. Grayscale: #878787. Windows color (decimal): -11233089 or 12556372. OLE color: 12556372.
HSL color Cylindrical-coordinate representation of color #5498BF: hue angle of 201.87º 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 #5498BF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 152 | 191 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.25 |
| HSL | 201.87º | 0.46% | 0.54% | - |
| HSV(B) | 201.87º | 0.56% | 0.75% | - |
| XYZ | 24.29 | 28.1 | 53.43 | - |
| YUV | 136.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 191 | 0.56 | 0.20 | 0 | 0.25 | 201.87 | 0.46 | 0.54 |
| Hex | 54 | 98 | BF | 38 | 14 | 0 | 19 | CA | 2E | 36 |
| Octal | 124 | 230 | 277 | 70 | 24 | 0 | 31 | 312 | 56 | 66 |
| Binary | 1010100 | 10011000 | 10111111 | 111000 | 10100 | 0 | 11001 | 11001010 | 101110 | 110110 |
Color Harmonies of #5498BF
Complementary color
Monochromatic Colors of #5498BF
Black with #5498BF
Text Example
Text Example
White with #5498BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498BF; }
p { color: rgb(84,152,191); }
H1.HeaderClassName
{
color: #5498BF;
}
.AnyTagClassName
{
color: #5498BF;
}
</style>
background-color css
<style>
a { background-color: #5498BF; }
a { background-color: rgb(84,152,191); }
div.DivClassName
{
background-color: #5498BF;
}
.BgClassName
{
background-color: #5498BF;
}
</style>
border-color css
<style>
span { border-color: #5498BF; }
span { border-color: rgb(84,152,191); }
td.TdClassName
{
border-color: #5498BF;
}
.TagClassName
{
border-color: #5498BF;
}
</style>