Shades of Shakespeare #5299BB
Tints of Shakespeare #5299BB
RGB
CMYK
RGB Variations
Color information
#5299BB (or 0x5299BB) is known color: Shakespeare. HEX triplet: 52, 99 and BB. RGB value is (82,153,187). Sum of RGB (Red+Green+Blue) = 82+153+187=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #5299BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299BB is #AD6644. Grayscale: #878787. Windows color (decimal): -11363909 or 12294482. OLE color: 12294482.
HSL color Cylindrical-coordinate representation of color #5299BB: hue angle of 199.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5299BB is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 153 | 187 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.27 |
| HSL | 199.43º | 0.44% | 0.53% | - |
| HSV(B) | 199.43º | 0.56% | 0.73% | - |
| XYZ | 23.84 | 28.16 | 51.19 | - |
| YUV | 135.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 187 | 0.56 | 0.18 | 0 | 0.27 | 199.43 | 0.44 | 0.53 |
| Hex | 52 | 99 | BB | 38 | 12 | 0 | 1B | C7 | 2C | 35 |
| Octal | 122 | 231 | 273 | 70 | 22 | 0 | 33 | 307 | 54 | 65 |
| Binary | 1010010 | 10011001 | 10111011 | 111000 | 10010 | 0 | 11011 | 11000111 | 101100 | 110101 |
Color Harmonies of #5299BB
Complementary color
Monochromatic Colors of #5299BB
Black with #5299BB
Text Example
Text Example
White with #5299BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299BB; }
p { color: rgb(82,153,187); }
H1.HeaderClassName
{
color: #5299BB;
}
.AnyTagClassName
{
color: #5299BB;
}
</style>
background-color css
<style>
a { background-color: #5299BB; }
a { background-color: rgb(82,153,187); }
div.DivClassName
{
background-color: #5299BB;
}
.BgClassName
{
background-color: #5299BB;
}
</style>
border-color css
<style>
span { border-color: #5299BB; }
span { border-color: rgb(82,153,187); }
td.TdClassName
{
border-color: #5299BB;
}
.TagClassName
{
border-color: #5299BB;
}
</style>