Shades of Shakespeare #5297BB
Tints of Shakespeare #5297BB
RGB
CMYK
RGB Variations
Color information
#5297BB (or 0x5297BB) is known color: Shakespeare. HEX triplet: 52, 97 and BB. RGB value is (82,151,187). Sum of RGB (Red+Green+Blue) = 82+151+187=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #5297BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5297BB is #AD6844. Grayscale: #868686. Windows color (decimal): -11364421 or 12293970. OLE color: 12293970.
HSL color Cylindrical-coordinate representation of color #5297BB: hue angle of 200.57º 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 #5297BB is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 151 | 187 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.27 |
| HSL | 200.57º | 0.44% | 0.53% | - |
| HSV(B) | 200.57º | 0.56% | 0.73% | - |
| XYZ | 23.52 | 27.51 | 51.09 | - |
| YUV | 134.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 187 | 0.56 | 0.19 | 0 | 0.27 | 200.57 | 0.44 | 0.53 |
| Hex | 52 | 97 | BB | 38 | 13 | 0 | 1B | C9 | 2C | 35 |
| Octal | 122 | 227 | 273 | 70 | 23 | 0 | 33 | 311 | 54 | 65 |
| Binary | 1010010 | 10010111 | 10111011 | 111000 | 10011 | 0 | 11011 | 11001001 | 101100 | 110101 |
Color Harmonies of #5297BB
Complementary color
Monochromatic Colors of #5297BB
Black with #5297BB
Text Example
Text Example
White with #5297BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5297BB; }
p { color: rgb(82,151,187); }
H1.HeaderClassName
{
color: #5297BB;
}
.AnyTagClassName
{
color: #5297BB;
}
</style>
background-color css
<style>
a { background-color: #5297BB; }
a { background-color: rgb(82,151,187); }
div.DivClassName
{
background-color: #5297BB;
}
.BgClassName
{
background-color: #5297BB;
}
</style>
border-color css
<style>
span { border-color: #5297BB; }
span { border-color: rgb(82,151,187); }
td.TdClassName
{
border-color: #5297BB;
}
.TagClassName
{
border-color: #5297BB;
}
</style>