Shades of Shakespeare #529CBA
Tints of Shakespeare #529CBA
RGB
CMYK
RGB Variations
Color information
#529CBA (or 0x529CBA) is known color: Shakespeare. HEX triplet: 52, 9C and BA. RGB value is (82,156,186). Sum of RGB (Red+Green+Blue) = 82+156+186=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #529CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CBA is #AD6345. Grayscale: #898989. Windows color (decimal): -11363142 or 12229714. OLE color: 12229714.
HSL color Cylindrical-coordinate representation of color #529CBA: hue angle of 197.31º 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 #529CBA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 156 | 186 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.27 |
| HSL | 197.31º | 0.43% | 0.53% | - |
| HSV(B) | 197.31º | 0.56% | 0.73% | - |
| XYZ | 24.23 | 29.12 | 50.8 | - |
| YUV | 137.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 186 | 0.56 | 0.16 | 0 | 0.27 | 197.31 | 0.43 | 0.53 |
| Hex | 52 | 9C | BA | 38 | 10 | 0 | 1B | C5 | 2B | 35 |
| Octal | 122 | 234 | 272 | 70 | 20 | 0 | 33 | 305 | 53 | 65 |
| Binary | 1010010 | 10011100 | 10111010 | 111000 | 10000 | 0 | 11011 | 11000101 | 101011 | 110101 |
Color Harmonies of #529CBA
Complementary color
Monochromatic Colors of #529CBA
Black with #529CBA
Text Example
Text Example
White with #529CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CBA; }
p { color: rgb(82,156,186); }
H1.HeaderClassName
{
color: #529CBA;
}
.AnyTagClassName
{
color: #529CBA;
}
</style>
background-color css
<style>
a { background-color: #529CBA; }
a { background-color: rgb(82,156,186); }
div.DivClassName
{
background-color: #529CBA;
}
.BgClassName
{
background-color: #529CBA;
}
</style>
border-color css
<style>
span { border-color: #529CBA; }
span { border-color: rgb(82,156,186); }
td.TdClassName
{
border-color: #529CBA;
}
.TagClassName
{
border-color: #529CBA;
}
</style>