Shades of Shakespeare #539EC1
Tints of Shakespeare #539EC1
RGB
CMYK
RGB Variations
Color information
#539EC1 (or 0x539EC1) is known color: Shakespeare. HEX triplet: 53, 9E and C1. RGB value is (83,158,193). Sum of RGB (Red+Green+Blue) = 83+158+193=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #539EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC1 is #AC613E. Grayscale: #8B8B8B. Windows color (decimal): -11297087 or 12688979. OLE color: 12688979.
HSL color Cylindrical-coordinate representation of color #539EC1: hue angle of 199.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539EC1 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 158 | 193 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.24 |
| HSL | 199.09º | 0.47% | 0.54% | - |
| HSV(B) | 199.09º | 0.57% | 0.76% | - |
| XYZ | 25.42 | 30.14 | 54.93 | - |
| YUV | 139.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 193 | 0.57 | 0.18 | 0 | 0.24 | 199.09 | 0.47 | 0.54 |
| Hex | 53 | 9E | C1 | 39 | 12 | 0 | 18 | C7 | 2F | 36 |
| Octal | 123 | 236 | 301 | 71 | 22 | 0 | 30 | 307 | 57 | 66 |
| Binary | 1010011 | 10011110 | 11000001 | 111001 | 10010 | 0 | 11000 | 11000111 | 101111 | 110110 |
Color Harmonies of #539EC1
Complementary color
Monochromatic Colors of #539EC1
Black with #539EC1
Text Example
Text Example
White with #539EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EC1; }
p { color: rgb(83,158,193); }
H1.HeaderClassName
{
color: #539EC1;
}
.AnyTagClassName
{
color: #539EC1;
}
</style>
background-color css
<style>
a { background-color: #539EC1; }
a { background-color: rgb(83,158,193); }
div.DivClassName
{
background-color: #539EC1;
}
.BgClassName
{
background-color: #539EC1;
}
</style>
border-color css
<style>
span { border-color: #539EC1; }
span { border-color: rgb(83,158,193); }
td.TdClassName
{
border-color: #539EC1;
}
.TagClassName
{
border-color: #539EC1;
}
</style>