Shades of Shakespeare #539BC2
Tints of Shakespeare #539BC2
RGB
CMYK
RGB Variations
Color information
#539BC2 (or 0x539BC2) is known color: Shakespeare. HEX triplet: 53, 9B and C2. RGB value is (83,155,194). Sum of RGB (Red+Green+Blue) = 83+155+194=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #539BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BC2 is #AC643D. Grayscale: #898989. Windows color (decimal): -11297854 or 12753747. OLE color: 12753747.
HSL color Cylindrical-coordinate representation of color #539BC2: hue angle of 201.08º 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 #539BC2 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 155 | 194 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.24 |
| HSL | 201.08º | 0.48% | 0.54% | - |
| HSV(B) | 201.08º | 0.57% | 0.76% | - |
| XYZ | 25.03 | 29.18 | 55.35 | - |
| YUV | 137.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 194 | 0.57 | 0.20 | 0 | 0.24 | 201.08 | 0.48 | 0.54 |
| Hex | 53 | 9B | C2 | 39 | 14 | 0 | 18 | C9 | 30 | 36 |
| Octal | 123 | 233 | 302 | 71 | 24 | 0 | 30 | 311 | 60 | 66 |
| Binary | 1010011 | 10011011 | 11000010 | 111001 | 10100 | 0 | 11000 | 11001001 | 110000 | 110110 |
Color Harmonies of #539BC2
Complementary color
Monochromatic Colors of #539BC2
Black with #539BC2
Text Example
Text Example
White with #539BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BC2; }
p { color: rgb(83,155,194); }
H1.HeaderClassName
{
color: #539BC2;
}
.AnyTagClassName
{
color: #539BC2;
}
</style>
background-color css
<style>
a { background-color: #539BC2; }
a { background-color: rgb(83,155,194); }
div.DivClassName
{
background-color: #539BC2;
}
.BgClassName
{
background-color: #539BC2;
}
</style>
border-color css
<style>
span { border-color: #539BC2; }
span { border-color: rgb(83,155,194); }
td.TdClassName
{
border-color: #539BC2;
}
.TagClassName
{
border-color: #539BC2;
}
</style>