Shades of Shakespeare #539DBB
Tints of Shakespeare #539DBB
RGB
CMYK
RGB Variations
Color information
#539DBB (or 0x539DBB) is known color: Shakespeare. HEX triplet: 53, 9D and BB. RGB value is (83,157,187). Sum of RGB (Red+Green+Blue) = 83+157+187=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #539DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DBB is #AC6244. Grayscale: #8A8A8A. Windows color (decimal): -11297349 or 12295507. OLE color: 12295507.
HSL color Cylindrical-coordinate representation of color #539DBB: hue angle of 197.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #539DBB is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 157 | 187 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.27 |
| HSL | 197.31º | 0.43% | 0.53% | - |
| HSV(B) | 197.31º | 0.56% | 0.73% | - |
| XYZ | 24.59 | 29.54 | 51.42 | - |
| YUV | 138.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 187 | 0.56 | 0.16 | 0 | 0.27 | 197.31 | 0.43 | 0.53 |
| Hex | 53 | 9D | BB | 38 | 10 | 0 | 1B | C5 | 2B | 35 |
| Octal | 123 | 235 | 273 | 70 | 20 | 0 | 33 | 305 | 53 | 65 |
| Binary | 1010011 | 10011101 | 10111011 | 111000 | 10000 | 0 | 11011 | 11000101 | 101011 | 110101 |
Color Harmonies of #539DBB
Complementary color
Monochromatic Colors of #539DBB
Black with #539DBB
Text Example
Text Example
White with #539DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DBB; }
p { color: rgb(83,157,187); }
H1.HeaderClassName
{
color: #539DBB;
}
.AnyTagClassName
{
color: #539DBB;
}
</style>
background-color css
<style>
a { background-color: #539DBB; }
a { background-color: rgb(83,157,187); }
div.DivClassName
{
background-color: #539DBB;
}
.BgClassName
{
background-color: #539DBB;
}
</style>
border-color css
<style>
span { border-color: #539DBB; }
span { border-color: rgb(83,157,187); }
td.TdClassName
{
border-color: #539DBB;
}
.TagClassName
{
border-color: #539DBB;
}
</style>