Shades of Shakespeare #539EBD
Tints of Shakespeare #539EBD
RGB
CMYK
RGB Variations
Color information
#539EBD (or 0x539EBD) is known color: Shakespeare. HEX triplet: 53, 9E and BD. RGB value is (83,158,189). Sum of RGB (Red+Green+Blue) = 83+158+189=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #539EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EBD is #AC6142. Grayscale: #8A8A8A. Windows color (decimal): -11297091 or 12426835. OLE color: 12426835.
HSL color Cylindrical-coordinate representation of color #539EBD: hue angle of 197.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #539EBD is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 158 | 189 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.26 |
| HSL | 197.55º | 0.45% | 0.53% | - |
| HSV(B) | 197.55º | 0.56% | 0.74% | - |
| XYZ | 24.98 | 29.97 | 52.61 | - |
| YUV | 139.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 189 | 0.56 | 0.16 | 0 | 0.26 | 197.55 | 0.45 | 0.53 |
| Hex | 53 | 9E | BD | 38 | 10 | 0 | 1A | C6 | 2D | 35 |
| Octal | 123 | 236 | 275 | 70 | 20 | 0 | 32 | 306 | 55 | 65 |
| Binary | 1010011 | 10011110 | 10111101 | 111000 | 10000 | 0 | 11010 | 11000110 | 101101 | 110101 |
Color Harmonies of #539EBD
Complementary color
Monochromatic Colors of #539EBD
Black with #539EBD
Text Example
Text Example
White with #539EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EBD; }
p { color: rgb(83,158,189); }
H1.HeaderClassName
{
color: #539EBD;
}
.AnyTagClassName
{
color: #539EBD;
}
</style>
background-color css
<style>
a { background-color: #539EBD; }
a { background-color: rgb(83,158,189); }
div.DivClassName
{
background-color: #539EBD;
}
.BgClassName
{
background-color: #539EBD;
}
</style>
border-color css
<style>
span { border-color: #539EBD; }
span { border-color: rgb(83,158,189); }
td.TdClassName
{
border-color: #539EBD;
}
.TagClassName
{
border-color: #539EBD;
}
</style>