Shades of Shakespeare #539DBE
Tints of Shakespeare #539DBE
RGB
CMYK
RGB Variations
Color information
#539DBE (or 0x539DBE) is known color: Shakespeare. HEX triplet: 53, 9D and BE. RGB value is (83,157,190). Sum of RGB (Red+Green+Blue) = 83+157+190=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #539DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DBE is #AC6241. Grayscale: #8A8A8A. Windows color (decimal): -11297346 or 12492115. OLE color: 12492115.
HSL color Cylindrical-coordinate representation of color #539DBE: hue angle of 198.5º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #539DBE is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 157 | 190 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.25 |
| HSL | 198.5º | 0.45% | 0.54% | - |
| HSV(B) | 198.5º | 0.56% | 0.75% | - |
| XYZ | 24.92 | 29.67 | 53.13 | - |
| YUV | 138.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 190 | 0.56 | 0.17 | 0 | 0.25 | 198.5 | 0.45 | 0.54 |
| Hex | 53 | 9D | BE | 38 | 11 | 0 | 19 | C7 | 2D | 36 |
| Octal | 123 | 235 | 276 | 70 | 21 | 0 | 31 | 307 | 55 | 66 |
| Binary | 1010011 | 10011101 | 10111110 | 111000 | 10001 | 0 | 11001 | 11000111 | 101101 | 110110 |
Color Harmonies of #539DBE
Complementary color
Monochromatic Colors of #539DBE
Black with #539DBE
Text Example
Text Example
White with #539DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DBE; }
p { color: rgb(83,157,190); }
H1.HeaderClassName
{
color: #539DBE;
}
.AnyTagClassName
{
color: #539DBE;
}
</style>
background-color css
<style>
a { background-color: #539DBE; }
a { background-color: rgb(83,157,190); }
div.DivClassName
{
background-color: #539DBE;
}
.BgClassName
{
background-color: #539DBE;
}
</style>
border-color css
<style>
span { border-color: #539DBE; }
span { border-color: rgb(83,157,190); }
td.TdClassName
{
border-color: #539DBE;
}
.TagClassName
{
border-color: #539DBE;
}
</style>