Shades of Shakespeare #539EC2
Tints of Shakespeare #539EC2
RGB
CMYK
RGB Variations
Color information
#539EC2 (or 0x539EC2) is known color: Shakespeare. HEX triplet: 53, 9E and C2. RGB value is (83,158,194). Sum of RGB (Red+Green+Blue) = 83+158+194=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #539EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC2 is #AC613D. Grayscale: #8B8B8B. Windows color (decimal): -11297086 or 12754515. OLE color: 12754515.
HSL color Cylindrical-coordinate representation of color #539EC2: hue angle of 199.46º degrees, saturation: 0.48, 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 #539EC2 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 158 | 194 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.24 |
| HSL | 199.46º | 0.48% | 0.54% | - |
| HSV(B) | 199.46º | 0.57% | 0.76% | - |
| XYZ | 25.53 | 30.19 | 55.52 | - |
| YUV | 139.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 194 | 0.57 | 0.19 | 0 | 0.24 | 199.46 | 0.48 | 0.54 |
| Hex | 53 | 9E | C2 | 39 | 13 | 0 | 18 | C7 | 30 | 36 |
| Octal | 123 | 236 | 302 | 71 | 23 | 0 | 30 | 307 | 60 | 66 |
| Binary | 1010011 | 10011110 | 11000010 | 111001 | 10011 | 0 | 11000 | 11000111 | 110000 | 110110 |
Color Harmonies of #539EC2
Complementary color
Monochromatic Colors of #539EC2
Black with #539EC2
Text Example
Text Example
White with #539EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EC2; }
p { color: rgb(83,158,194); }
H1.HeaderClassName
{
color: #539EC2;
}
.AnyTagClassName
{
color: #539EC2;
}
</style>
background-color css
<style>
a { background-color: #539EC2; }
a { background-color: rgb(83,158,194); }
div.DivClassName
{
background-color: #539EC2;
}
.BgClassName
{
background-color: #539EC2;
}
</style>
border-color css
<style>
span { border-color: #539EC2; }
span { border-color: rgb(83,158,194); }
td.TdClassName
{
border-color: #539EC2;
}
.TagClassName
{
border-color: #539EC2;
}
</style>