Shades of Shakespeare #539CC2
Tints of Shakespeare #539CC2
RGB
CMYK
RGB Variations
Color information
#539CC2 (or 0x539CC2) is known color: Shakespeare. HEX triplet: 53, 9C and C2. RGB value is (83,156,194). Sum of RGB (Red+Green+Blue) = 83+156+194=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #539CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CC2 is #AC633D. Grayscale: #8A8A8A. Windows color (decimal): -11297598 or 12754003. OLE color: 12754003.
HSL color Cylindrical-coordinate representation of color #539CC2: hue angle of 200.54º 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 #539CC2 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 156 | 194 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.24 |
| HSL | 200.54º | 0.48% | 0.54% | - |
| HSV(B) | 200.54º | 0.57% | 0.76% | - |
| XYZ | 25.19 | 29.51 | 55.41 | - |
| YUV | 138.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 194 | 0.57 | 0.20 | 0 | 0.24 | 200.54 | 0.48 | 0.54 |
| Hex | 53 | 9C | C2 | 39 | 14 | 0 | 18 | C9 | 30 | 36 |
| Octal | 123 | 234 | 302 | 71 | 24 | 0 | 30 | 311 | 60 | 66 |
| Binary | 1010011 | 10011100 | 11000010 | 111001 | 10100 | 0 | 11000 | 11001001 | 110000 | 110110 |
Color Harmonies of #539CC2
Complementary color
Monochromatic Colors of #539CC2
Black with #539CC2
Text Example
Text Example
White with #539CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CC2; }
p { color: rgb(83,156,194); }
H1.HeaderClassName
{
color: #539CC2;
}
.AnyTagClassName
{
color: #539CC2;
}
</style>
background-color css
<style>
a { background-color: #539CC2; }
a { background-color: rgb(83,156,194); }
div.DivClassName
{
background-color: #539CC2;
}
.BgClassName
{
background-color: #539CC2;
}
</style>
border-color css
<style>
span { border-color: #539CC2; }
span { border-color: rgb(83,156,194); }
td.TdClassName
{
border-color: #539CC2;
}
.TagClassName
{
border-color: #539CC2;
}
</style>