Shades of Shakespeare #539CC0
Tints of Shakespeare #539CC0
RGB
CMYK
RGB Variations
Color information
#539CC0 (or 0x539CC0) is known color: Shakespeare. HEX triplet: 53, 9C and C0. RGB value is (83,156,192). Sum of RGB (Red+Green+Blue) = 83+156+192=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #539CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CC0 is #AC633F. Grayscale: #8A8A8A. Windows color (decimal): -11297600 or 12622931. OLE color: 12622931.
HSL color Cylindrical-coordinate representation of color #539CC0: hue angle of 199.82º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539CC0 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 156 | 192 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.25 |
| HSL | 199.82º | 0.46% | 0.54% | - |
| HSV(B) | 199.82º | 0.57% | 0.75% | - |
| XYZ | 24.97 | 29.42 | 54.23 | - |
| YUV | 138.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 192 | 0.57 | 0.19 | 0 | 0.25 | 199.82 | 0.46 | 0.54 |
| Hex | 53 | 9C | C0 | 39 | 13 | 0 | 19 | C8 | 2E | 36 |
| Octal | 123 | 234 | 300 | 71 | 23 | 0 | 31 | 310 | 56 | 66 |
| Binary | 1010011 | 10011100 | 11000000 | 111001 | 10011 | 0 | 11001 | 11001000 | 101110 | 110110 |
Color Harmonies of #539CC0
Complementary color
Monochromatic Colors of #539CC0
Black with #539CC0
Text Example
Text Example
White with #539CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CC0; }
p { color: rgb(83,156,192); }
H1.HeaderClassName
{
color: #539CC0;
}
.AnyTagClassName
{
color: #539CC0;
}
</style>
background-color css
<style>
a { background-color: #539CC0; }
a { background-color: rgb(83,156,192); }
div.DivClassName
{
background-color: #539CC0;
}
.BgClassName
{
background-color: #539CC0;
}
</style>
border-color css
<style>
span { border-color: #539CC0; }
span { border-color: rgb(83,156,192); }
td.TdClassName
{
border-color: #539CC0;
}
.TagClassName
{
border-color: #539CC0;
}
</style>