Shades of Shakespeare #529DB7
Tints of Shakespeare #529DB7
RGB
CMYK
RGB Variations
Color information
#529DB7 (or 0x529DB7) is known color: Shakespeare. HEX triplet: 52, 9D and B7. RGB value is (82,157,183). Sum of RGB (Red+Green+Blue) = 82+157+183=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #529DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DB7 is #AD6248. Grayscale: #898989. Windows color (decimal): -11362889 or 12033362. OLE color: 12033362.
HSL color Cylindrical-coordinate representation of color #529DB7: hue angle of 195.45º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529DB7 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 157 | 183 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.28 |
| HSL | 195.45º | 0.41% | 0.52% | - |
| HSV(B) | 195.45º | 0.55% | 0.72% | - |
| XYZ | 24.08 | 29.33 | 49.19 | - |
| YUV | 137.54 | 153.65 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 183 | 0.55 | 0.14 | 0 | 0.28 | 195.45 | 0.41 | 0.52 |
| Hex | 52 | 9D | B7 | 37 | E | 0 | 1C | C3 | 29 | 34 |
| Octal | 122 | 235 | 267 | 67 | 16 | 0 | 34 | 303 | 51 | 64 |
| Binary | 1010010 | 10011101 | 10110111 | 110111 | 1110 | 0 | 11100 | 11000011 | 101001 | 110100 |
Color Harmonies of #529DB7
Complementary color
Monochromatic Colors of #529DB7
Black with #529DB7
Text Example
Text Example
White with #529DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DB7; }
p { color: rgb(82,157,183); }
H1.HeaderClassName
{
color: #529DB7;
}
.AnyTagClassName
{
color: #529DB7;
}
</style>
background-color css
<style>
a { background-color: #529DB7; }
a { background-color: rgb(82,157,183); }
div.DivClassName
{
background-color: #529DB7;
}
.BgClassName
{
background-color: #529DB7;
}
</style>
border-color css
<style>
span { border-color: #529DB7; }
span { border-color: rgb(82,157,183); }
td.TdClassName
{
border-color: #529DB7;
}
.TagClassName
{
border-color: #529DB7;
}
</style>