Shades of Shakespeare #529BB2
Tints of Shakespeare #529BB2
RGB
CMYK
RGB Variations
Color information
#529BB2 (or 0x529BB2) is known color: Shakespeare. HEX triplet: 52, 9B and B2. RGB value is (82,155,178). Sum of RGB (Red+Green+Blue) = 82+155+178=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 178 - color contains mainly: blue. Hex color #529BB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BB2 is #AD644D. Grayscale: #878787. Windows color (decimal): -11363406 or 11705170. OLE color: 11705170.
HSL color Cylindrical-coordinate representation of color #529BB2: hue angle of 194.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529BB2 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 155 | 178 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.30 |
| HSL | 194.38º | 0.38% | 0.51% | - |
| HSV(B) | 194.38º | 0.54% | 0.7% | - |
| XYZ | 23.24 | 28.45 | 46.39 | - |
| YUV | 135.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 178 | 0.54 | 0.13 | 0 | 0.30 | 194.38 | 0.38 | 0.51 |
| Hex | 52 | 9B | B2 | 36 | D | 0 | 1E | C2 | 26 | 33 |
| Octal | 122 | 233 | 262 | 66 | 15 | 0 | 36 | 302 | 46 | 63 |
| Binary | 1010010 | 10011011 | 10110010 | 110110 | 1101 | 0 | 11110 | 11000010 | 100110 | 110011 |
Color Harmonies of #529BB2
Complementary color
Monochromatic Colors of #529BB2
Black with #529BB2
Text Example
Text Example
White with #529BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BB2; }
p { color: rgb(82,155,178); }
H1.HeaderClassName
{
color: #529BB2;
}
.AnyTagClassName
{
color: #529BB2;
}
</style>
background-color css
<style>
a { background-color: #529BB2; }
a { background-color: rgb(82,155,178); }
div.DivClassName
{
background-color: #529BB2;
}
.BgClassName
{
background-color: #529BB2;
}
</style>
border-color css
<style>
span { border-color: #529BB2; }
span { border-color: rgb(82,155,178); }
td.TdClassName
{
border-color: #529BB2;
}
.TagClassName
{
border-color: #529BB2;
}
</style>