Shades of Shakespeare #5497B3
Tints of Shakespeare #5497B3
RGB
CMYK
RGB Variations
Color information
#5497B3 (or 0x5497B3) is known color: Shakespeare. HEX triplet: 54, 97 and B3. RGB value is (84,151,179). Sum of RGB (Red+Green+Blue) = 84+151+179=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #5497B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497B3 is #AB684C. Grayscale: #858585. Windows color (decimal): -11233357 or 11769684. OLE color: 11769684.
HSL color Cylindrical-coordinate representation of color #5497B3: hue angle of 197.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5497B3 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 151 | 179 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.30 |
| HSL | 197.68º | 0.38% | 0.52% | - |
| HSV(B) | 197.68º | 0.53% | 0.7% | - |
| XYZ | 22.86 | 27.27 | 46.71 | - |
| YUV | 134.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 179 | 0.53 | 0.16 | 0 | 0.30 | 197.68 | 0.38 | 0.52 |
| Hex | 54 | 97 | B3 | 35 | 10 | 0 | 1E | C6 | 26 | 34 |
| Octal | 124 | 227 | 263 | 65 | 20 | 0 | 36 | 306 | 46 | 64 |
| Binary | 1010100 | 10010111 | 10110011 | 110101 | 10000 | 0 | 11110 | 11000110 | 100110 | 110100 |
Color Harmonies of #5497B3
Complementary color
Monochromatic Colors of #5497B3
Black with #5497B3
Text Example
Text Example
White with #5497B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497B3; }
p { color: rgb(84,151,179); }
H1.HeaderClassName
{
color: #5497B3;
}
.AnyTagClassName
{
color: #5497B3;
}
</style>
background-color css
<style>
a { background-color: #5497B3; }
a { background-color: rgb(84,151,179); }
div.DivClassName
{
background-color: #5497B3;
}
.BgClassName
{
background-color: #5497B3;
}
</style>
border-color css
<style>
span { border-color: #5497B3; }
span { border-color: rgb(84,151,179); }
td.TdClassName
{
border-color: #5497B3;
}
.TagClassName
{
border-color: #5497B3;
}
</style>