Shades of Shakespeare #529BB9
Tints of Shakespeare #529BB9
RGB
CMYK
RGB Variations
Color information
#529BB9 (or 0x529BB9) is known color: Shakespeare. HEX triplet: 52, 9B and B9. RGB value is (82,155,185). Sum of RGB (Red+Green+Blue) = 82+155+185=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #529BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BB9 is #AD6446. Grayscale: #888888. Windows color (decimal): -11363399 or 12163922. OLE color: 12163922.
HSL color Cylindrical-coordinate representation of color #529BB9: hue angle of 197.48º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #529BB9 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 155 | 185 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.27 |
| HSL | 197.48º | 0.42% | 0.52% | - |
| HSV(B) | 197.48º | 0.56% | 0.73% | - |
| XYZ | 23.96 | 28.74 | 50.18 | - |
| YUV | 136.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 185 | 0.56 | 0.16 | 0 | 0.27 | 197.48 | 0.42 | 0.52 |
| Hex | 52 | 9B | B9 | 38 | 10 | 0 | 1B | C5 | 2A | 34 |
| Octal | 122 | 233 | 271 | 70 | 20 | 0 | 33 | 305 | 52 | 64 |
| Binary | 1010010 | 10011011 | 10111001 | 111000 | 10000 | 0 | 11011 | 11000101 | 101010 | 110100 |
Color Harmonies of #529BB9
Complementary color
Monochromatic Colors of #529BB9
Black with #529BB9
Text Example
Text Example
White with #529BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BB9; }
p { color: rgb(82,155,185); }
H1.HeaderClassName
{
color: #529BB9;
}
.AnyTagClassName
{
color: #529BB9;
}
</style>
background-color css
<style>
a { background-color: #529BB9; }
a { background-color: rgb(82,155,185); }
div.DivClassName
{
background-color: #529BB9;
}
.BgClassName
{
background-color: #529BB9;
}
</style>
border-color css
<style>
span { border-color: #529BB9; }
span { border-color: rgb(82,155,185); }
td.TdClassName
{
border-color: #529BB9;
}
.TagClassName
{
border-color: #529BB9;
}
</style>