Shades of Shakespeare #539DBA
Tints of Shakespeare #539DBA
RGB
CMYK
RGB Variations
Color information
#539DBA (or 0x539DBA) is known color: Shakespeare. HEX triplet: 53, 9D and BA. RGB value is (83,157,186). Sum of RGB (Red+Green+Blue) = 83+157+186=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #539DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DBA is #AC6245. Grayscale: #898989. Windows color (decimal): -11297350 or 12229971. OLE color: 12229971.
HSL color Cylindrical-coordinate representation of color #539DBA: hue angle of 196.89º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #539DBA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 157 | 186 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.27 |
| HSL | 196.89º | 0.43% | 0.53% | - |
| HSV(B) | 196.89º | 0.55% | 0.73% | - |
| XYZ | 24.49 | 29.5 | 50.86 | - |
| YUV | 138.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 186 | 0.55 | 0.16 | 0 | 0.27 | 196.89 | 0.43 | 0.53 |
| Hex | 53 | 9D | BA | 37 | 10 | 0 | 1B | C5 | 2B | 35 |
| Octal | 123 | 235 | 272 | 67 | 20 | 0 | 33 | 305 | 53 | 65 |
| Binary | 1010011 | 10011101 | 10111010 | 110111 | 10000 | 0 | 11011 | 11000101 | 101011 | 110101 |
Color Harmonies of #539DBA
Complementary color
Monochromatic Colors of #539DBA
Black with #539DBA
Text Example
Text Example
White with #539DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DBA; }
p { color: rgb(83,157,186); }
H1.HeaderClassName
{
color: #539DBA;
}
.AnyTagClassName
{
color: #539DBA;
}
</style>
background-color css
<style>
a { background-color: #539DBA; }
a { background-color: rgb(83,157,186); }
div.DivClassName
{
background-color: #539DBA;
}
.BgClassName
{
background-color: #539DBA;
}
</style>
border-color css
<style>
span { border-color: #539DBA; }
span { border-color: rgb(83,157,186); }
td.TdClassName
{
border-color: #539DBA;
}
.TagClassName
{
border-color: #539DBA;
}
</style>