Shades of Shakespeare #529DBD
Tints of Shakespeare #529DBD
RGB
CMYK
RGB Variations
Color information
#529DBD (or 0x529DBD) is known color: Shakespeare. HEX triplet: 52, 9D and BD. RGB value is (82,157,189). Sum of RGB (Red+Green+Blue) = 82+157+189=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #529DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DBD is #AD6242. Grayscale: #8A8A8A. Windows color (decimal): -11362883 or 12426578. OLE color: 12426578.
HSL color Cylindrical-coordinate representation of color #529DBD: hue angle of 197.94º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529DBD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 157 | 189 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.26 |
| HSL | 197.94º | 0.45% | 0.53% | - |
| HSV(B) | 197.94º | 0.57% | 0.74% | - |
| XYZ | 24.72 | 29.58 | 52.55 | - |
| YUV | 138.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 189 | 0.57 | 0.17 | 0 | 0.26 | 197.94 | 0.45 | 0.53 |
| Hex | 52 | 9D | BD | 39 | 11 | 0 | 1A | C6 | 2D | 35 |
| Octal | 122 | 235 | 275 | 71 | 21 | 0 | 32 | 306 | 55 | 65 |
| Binary | 1010010 | 10011101 | 10111101 | 111001 | 10001 | 0 | 11010 | 11000110 | 101101 | 110101 |
Color Harmonies of #529DBD
Complementary color
Monochromatic Colors of #529DBD
Black with #529DBD
Text Example
Text Example
White with #529DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DBD; }
p { color: rgb(82,157,189); }
H1.HeaderClassName
{
color: #529DBD;
}
.AnyTagClassName
{
color: #529DBD;
}
</style>
background-color css
<style>
a { background-color: #529DBD; }
a { background-color: rgb(82,157,189); }
div.DivClassName
{
background-color: #529DBD;
}
.BgClassName
{
background-color: #529DBD;
}
</style>
border-color css
<style>
span { border-color: #529DBD; }
span { border-color: rgb(82,157,189); }
td.TdClassName
{
border-color: #529DBD;
}
.TagClassName
{
border-color: #529DBD;
}
</style>