Shades of Shakespeare #539DBF
Tints of Shakespeare #539DBF
RGB
CMYK
RGB Variations
Color information
#539DBF (or 0x539DBF) is known color: Shakespeare. HEX triplet: 53, 9D and BF. RGB value is (83,157,191). Sum of RGB (Red+Green+Blue) = 83+157+191=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #539DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DBF is #AC6240. Grayscale: #8A8A8A. Windows color (decimal): -11297345 or 12557651. OLE color: 12557651.
HSL color Cylindrical-coordinate representation of color #539DBF: hue angle of 198.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539DBF is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 157 | 191 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.25 |
| HSL | 198.89º | 0.46% | 0.54% | - |
| HSV(B) | 198.89º | 0.57% | 0.75% | - |
| XYZ | 25.03 | 29.71 | 53.71 | - |
| YUV | 138.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 191 | 0.57 | 0.18 | 0 | 0.25 | 198.89 | 0.46 | 0.54 |
| Hex | 53 | 9D | BF | 39 | 12 | 0 | 19 | C7 | 2E | 36 |
| Octal | 123 | 235 | 277 | 71 | 22 | 0 | 31 | 307 | 56 | 66 |
| Binary | 1010011 | 10011101 | 10111111 | 111001 | 10010 | 0 | 11001 | 11000111 | 101110 | 110110 |
Color Harmonies of #539DBF
Complementary color
Monochromatic Colors of #539DBF
Black with #539DBF
Text Example
Text Example
White with #539DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DBF; }
p { color: rgb(83,157,191); }
H1.HeaderClassName
{
color: #539DBF;
}
.AnyTagClassName
{
color: #539DBF;
}
</style>
background-color css
<style>
a { background-color: #539DBF; }
a { background-color: rgb(83,157,191); }
div.DivClassName
{
background-color: #539DBF;
}
.BgClassName
{
background-color: #539DBF;
}
</style>
border-color css
<style>
span { border-color: #539DBF; }
span { border-color: rgb(83,157,191); }
td.TdClassName
{
border-color: #539DBF;
}
.TagClassName
{
border-color: #539DBF;
}
</style>