Shades of Shakespeare #539BBC
Tints of Shakespeare #539BBC
RGB
CMYK
RGB Variations
Color information
#539BBC (or 0x539BBC) is known color: Shakespeare. HEX triplet: 53, 9B and BC. RGB value is (83,155,188). Sum of RGB (Red+Green+Blue) = 83+155+188=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #539BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BBC is #AC6443. Grayscale: #898989. Windows color (decimal): -11297860 or 12360531. OLE color: 12360531.
HSL color Cylindrical-coordinate representation of color #539BBC: hue angle of 198.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #539BBC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 155 | 188 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.26 |
| HSL | 198.86º | 0.44% | 0.53% | - |
| HSV(B) | 198.86º | 0.56% | 0.74% | - |
| XYZ | 24.37 | 28.91 | 51.87 | - |
| YUV | 137.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 188 | 0.56 | 0.18 | 0 | 0.26 | 198.86 | 0.44 | 0.53 |
| Hex | 53 | 9B | BC | 38 | 12 | 0 | 1A | C7 | 2C | 35 |
| Octal | 123 | 233 | 274 | 70 | 22 | 0 | 32 | 307 | 54 | 65 |
| Binary | 1010011 | 10011011 | 10111100 | 111000 | 10010 | 0 | 11010 | 11000111 | 101100 | 110101 |
Color Harmonies of #539BBC
Complementary color
Monochromatic Colors of #539BBC
Black with #539BBC
Text Example
Text Example
White with #539BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BBC; }
p { color: rgb(83,155,188); }
H1.HeaderClassName
{
color: #539BBC;
}
.AnyTagClassName
{
color: #539BBC;
}
</style>
background-color css
<style>
a { background-color: #539BBC; }
a { background-color: rgb(83,155,188); }
div.DivClassName
{
background-color: #539BBC;
}
.BgClassName
{
background-color: #539BBC;
}
</style>
border-color css
<style>
span { border-color: #539BBC; }
span { border-color: rgb(83,155,188); }
td.TdClassName
{
border-color: #539BBC;
}
.TagClassName
{
border-color: #539BBC;
}
</style>