Shades of Shakespeare #529BBB
Tints of Shakespeare #529BBB
RGB
CMYK
RGB Variations
Color information
#529BBB (or 0x529BBB) is known color: Shakespeare. HEX triplet: 52, 9B and BB. RGB value is (82,155,187). Sum of RGB (Red+Green+Blue) = 82+155+187=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #529BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BBB is #AD6444. Grayscale: #888888. Windows color (decimal): -11363397 or 12294994. OLE color: 12294994.
HSL color Cylindrical-coordinate representation of color #529BBB: hue angle of 198.29º 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 #529BBB is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 155 | 187 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.27 |
| HSL | 198.29º | 0.44% | 0.53% | - |
| HSV(B) | 198.29º | 0.56% | 0.73% | - |
| XYZ | 24.17 | 28.82 | 51.3 | - |
| YUV | 136.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 187 | 0.56 | 0.17 | 0 | 0.27 | 198.29 | 0.44 | 0.53 |
| Hex | 52 | 9B | BB | 38 | 11 | 0 | 1B | C6 | 2C | 35 |
| Octal | 122 | 233 | 273 | 70 | 21 | 0 | 33 | 306 | 54 | 65 |
| Binary | 1010010 | 10011011 | 10111011 | 111000 | 10001 | 0 | 11011 | 11000110 | 101100 | 110101 |
Color Harmonies of #529BBB
Complementary color
Monochromatic Colors of #529BBB
Black with #529BBB
Text Example
Text Example
White with #529BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BBB; }
p { color: rgb(82,155,187); }
H1.HeaderClassName
{
color: #529BBB;
}
.AnyTagClassName
{
color: #529BBB;
}
</style>
background-color css
<style>
a { background-color: #529BBB; }
a { background-color: rgb(82,155,187); }
div.DivClassName
{
background-color: #529BBB;
}
.BgClassName
{
background-color: #529BBB;
}
</style>
border-color css
<style>
span { border-color: #529BBB; }
span { border-color: rgb(82,155,187); }
td.TdClassName
{
border-color: #529BBB;
}
.TagClassName
{
border-color: #529BBB;
}
</style>