Shades of Shakespeare #529DBA
Tints of Shakespeare #529DBA
RGB
CMYK
RGB Variations
Color information
#529DBA (or 0x529DBA) is known color: Shakespeare. HEX triplet: 52, 9D and BA. RGB value is (82,157,186). Sum of RGB (Red+Green+Blue) = 82+157+186=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #529DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DBA is #AD6245. Grayscale: #898989. Windows color (decimal): -11362886 or 12229970. OLE color: 12229970.
HSL color Cylindrical-coordinate representation of color #529DBA: hue angle of 196.73º degrees, saturation: 0.43, 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 #529DBA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 157 | 186 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.27 |
| HSL | 196.73º | 0.43% | 0.53% | - |
| HSV(B) | 196.73º | 0.56% | 0.73% | - |
| XYZ | 24.4 | 29.45 | 50.85 | - |
| YUV | 137.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 186 | 0.56 | 0.16 | 0 | 0.27 | 196.73 | 0.43 | 0.53 |
| Hex | 52 | 9D | BA | 38 | 10 | 0 | 1B | C5 | 2B | 35 |
| Octal | 122 | 235 | 272 | 70 | 20 | 0 | 33 | 305 | 53 | 65 |
| Binary | 1010010 | 10011101 | 10111010 | 111000 | 10000 | 0 | 11011 | 11000101 | 101011 | 110101 |
Color Harmonies of #529DBA
Complementary color
Monochromatic Colors of #529DBA
Black with #529DBA
Text Example
Text Example
White with #529DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DBA; }
p { color: rgb(82,157,186); }
H1.HeaderClassName
{
color: #529DBA;
}
.AnyTagClassName
{
color: #529DBA;
}
</style>
background-color css
<style>
a { background-color: #529DBA; }
a { background-color: rgb(82,157,186); }
div.DivClassName
{
background-color: #529DBA;
}
.BgClassName
{
background-color: #529DBA;
}
</style>
border-color css
<style>
span { border-color: #529DBA; }
span { border-color: rgb(82,157,186); }
td.TdClassName
{
border-color: #529DBA;
}
.TagClassName
{
border-color: #529DBA;
}
</style>