Shades of Shakespeare #529CBE
Tints of Shakespeare #529CBE
RGB
CMYK
RGB Variations
Color information
#529CBE (or 0x529CBE) is known color: Shakespeare. HEX triplet: 52, 9C and BE. RGB value is (82,156,190). Sum of RGB (Red+Green+Blue) = 82+156+190=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #529CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CBE is #AD6341. Grayscale: #898989. Windows color (decimal): -11363138 or 12491858. OLE color: 12491858.
HSL color Cylindrical-coordinate representation of color #529CBE: hue angle of 198.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529CBE is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 156 | 190 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.25 |
| HSL | 198.89º | 0.45% | 0.53% | - |
| HSV(B) | 198.89º | 0.57% | 0.75% | - |
| XYZ | 24.66 | 29.29 | 53.07 | - |
| YUV | 137.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 190 | 0.57 | 0.18 | 0 | 0.25 | 198.89 | 0.45 | 0.53 |
| Hex | 52 | 9C | BE | 39 | 12 | 0 | 19 | C7 | 2D | 35 |
| Octal | 122 | 234 | 276 | 71 | 22 | 0 | 31 | 307 | 55 | 65 |
| Binary | 1010010 | 10011100 | 10111110 | 111001 | 10010 | 0 | 11001 | 11000111 | 101101 | 110101 |
Color Harmonies of #529CBE
Complementary color
Monochromatic Colors of #529CBE
Black with #529CBE
Text Example
Text Example
White with #529CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CBE; }
p { color: rgb(82,156,190); }
H1.HeaderClassName
{
color: #529CBE;
}
.AnyTagClassName
{
color: #529CBE;
}
</style>
background-color css
<style>
a { background-color: #529CBE; }
a { background-color: rgb(82,156,190); }
div.DivClassName
{
background-color: #529CBE;
}
.BgClassName
{
background-color: #529CBE;
}
</style>
border-color css
<style>
span { border-color: #529CBE; }
span { border-color: rgb(82,156,190); }
td.TdClassName
{
border-color: #529CBE;
}
.TagClassName
{
border-color: #529CBE;
}
</style>