Shades of Shakespeare #529DB6
Tints of Shakespeare #529DB6
RGB
CMYK
RGB Variations
Color information
#529DB6 (or 0x529DB6) is known color: Shakespeare. HEX triplet: 52, 9D and B6. RGB value is (82,157,182). Sum of RGB (Red+Green+Blue) = 82+157+182=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #529DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DB6 is #AD6249. Grayscale: #898989. Windows color (decimal): -11362890 or 11967826. OLE color: 11967826.
HSL color Cylindrical-coordinate representation of color #529DB6: hue angle of 195º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529DB6 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 157 | 182 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.29 |
| HSL | 195º | 0.41% | 0.52% | - |
| HSV(B) | 195º | 0.55% | 0.71% | - |
| XYZ | 23.98 | 29.29 | 48.64 | - |
| YUV | 137.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 182 | 0.55 | 0.14 | 0 | 0.29 | 195 | 0.41 | 0.52 |
| Hex | 52 | 9D | B6 | 37 | E | 0 | 1D | C3 | 29 | 34 |
| Octal | 122 | 235 | 266 | 67 | 16 | 0 | 35 | 303 | 51 | 64 |
| Binary | 1010010 | 10011101 | 10110110 | 110111 | 1110 | 0 | 11101 | 11000011 | 101001 | 110100 |
Color Harmonies of #529DB6
Complementary color
Monochromatic Colors of #529DB6
Black with #529DB6
Text Example
Text Example
White with #529DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DB6; }
p { color: rgb(82,157,182); }
H1.HeaderClassName
{
color: #529DB6;
}
.AnyTagClassName
{
color: #529DB6;
}
</style>
background-color css
<style>
a { background-color: #529DB6; }
a { background-color: rgb(82,157,182); }
div.DivClassName
{
background-color: #529DB6;
}
.BgClassName
{
background-color: #529DB6;
}
</style>
border-color css
<style>
span { border-color: #529DB6; }
span { border-color: rgb(82,157,182); }
td.TdClassName
{
border-color: #529DB6;
}
.TagClassName
{
border-color: #529DB6;
}
</style>