Shades of Shakespeare #539EBE
Tints of Shakespeare #539EBE
RGB
CMYK
RGB Variations
Color information
#539EBE (or 0x539EBE) is known color: Shakespeare. HEX triplet: 53, 9E and BE. RGB value is (83,158,190). Sum of RGB (Red+Green+Blue) = 83+158+190=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #539EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EBE is #AC6141. Grayscale: #8B8B8B. Windows color (decimal): -11297090 or 12492371. OLE color: 12492371.
HSL color Cylindrical-coordinate representation of color #539EBE: hue angle of 197.94º 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 #539EBE is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 158 | 190 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.25 |
| HSL | 197.94º | 0.45% | 0.54% | - |
| HSV(B) | 197.94º | 0.56% | 0.75% | - |
| XYZ | 25.09 | 30.01 | 53.19 | - |
| YUV | 139.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 190 | 0.56 | 0.17 | 0 | 0.25 | 197.94 | 0.45 | 0.54 |
| Hex | 53 | 9E | BE | 38 | 11 | 0 | 19 | C6 | 2D | 36 |
| Octal | 123 | 236 | 276 | 70 | 21 | 0 | 31 | 306 | 55 | 66 |
| Binary | 1010011 | 10011110 | 10111110 | 111000 | 10001 | 0 | 11001 | 11000110 | 101101 | 110110 |
Color Harmonies of #539EBE
Complementary color
Monochromatic Colors of #539EBE
Black with #539EBE
Text Example
Text Example
White with #539EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EBE; }
p { color: rgb(83,158,190); }
H1.HeaderClassName
{
color: #539EBE;
}
.AnyTagClassName
{
color: #539EBE;
}
</style>
background-color css
<style>
a { background-color: #539EBE; }
a { background-color: rgb(83,158,190); }
div.DivClassName
{
background-color: #539EBE;
}
.BgClassName
{
background-color: #539EBE;
}
</style>
border-color css
<style>
span { border-color: #539EBE; }
span { border-color: rgb(83,158,190); }
td.TdClassName
{
border-color: #539EBE;
}
.TagClassName
{
border-color: #539EBE;
}
</style>