Shades of Shakespeare #529AB4
Tints of Shakespeare #529AB4
RGB
CMYK
RGB Variations
Color information
#529AB4 (or 0x529AB4) is known color: Shakespeare. HEX triplet: 52, 9A and B4. RGB value is (82,154,180). Sum of RGB (Red+Green+Blue) = 82+154+180=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #529AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529AB4 is #AD654B. Grayscale: #878787. Windows color (decimal): -11363660 or 11835986. OLE color: 11835986.
HSL color Cylindrical-coordinate representation of color #529AB4: hue angle of 195.92º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529AB4 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 154 | 180 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.29 |
| HSL | 195.92º | 0.4% | 0.51% | - |
| HSV(B) | 195.92º | 0.54% | 0.71% | - |
| XYZ | 23.27 | 28.2 | 47.4 | - |
| YUV | 135.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 180 | 0.54 | 0.14 | 0 | 0.29 | 195.92 | 0.4 | 0.51 |
| Hex | 52 | 9A | B4 | 36 | E | 0 | 1D | C4 | 28 | 33 |
| Octal | 122 | 232 | 264 | 66 | 16 | 0 | 35 | 304 | 50 | 63 |
| Binary | 1010010 | 10011010 | 10110100 | 110110 | 1110 | 0 | 11101 | 11000100 | 101000 | 110011 |
Color Harmonies of #529AB4
Complementary color
Monochromatic Colors of #529AB4
Black with #529AB4
Text Example
Text Example
White with #529AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529AB4; }
p { color: rgb(82,154,180); }
H1.HeaderClassName
{
color: #529AB4;
}
.AnyTagClassName
{
color: #529AB4;
}
</style>
background-color css
<style>
a { background-color: #529AB4; }
a { background-color: rgb(82,154,180); }
div.DivClassName
{
background-color: #529AB4;
}
.BgClassName
{
background-color: #529AB4;
}
</style>
border-color css
<style>
span { border-color: #529AB4; }
span { border-color: rgb(82,154,180); }
td.TdClassName
{
border-color: #529AB4;
}
.TagClassName
{
border-color: #529AB4;
}
</style>