Shades of Shakespeare #539BAE
Tints of Shakespeare #539BAE
RGB
CMYK
RGB Variations
Color information
#539BAE (or 0x539BAE) is known color: Shakespeare. HEX triplet: 53, 9B and AE. RGB value is (83,155,174). Sum of RGB (Red+Green+Blue) = 83+155+174=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #539BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539BAE is #AC6451. Grayscale: #878787. Windows color (decimal): -11297874 or 11443027. OLE color: 11443027.
HSL color Cylindrical-coordinate representation of color #539BAE: hue angle of 192.53º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #539BAE is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 155 | 174 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.32 |
| HSL | 192.53º | 0.36% | 0.5% | - |
| HSV(B) | 192.53º | 0.52% | 0.68% | - |
| XYZ | 22.93 | 28.34 | 44.31 | - |
| YUV | 135.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 174 | 0.52 | 0.11 | 0 | 0.32 | 192.53 | 0.36 | 0.5 |
| Hex | 53 | 9B | AE | 34 | B | 0 | 20 | C1 | 24 | 32 |
| Octal | 123 | 233 | 256 | 64 | 13 | 0 | 40 | 301 | 44 | 62 |
| Binary | 1010011 | 10011011 | 10101110 | 110100 | 1011 | 0 | 100000 | 11000001 | 100100 | 110010 |
Color Harmonies of #539BAE
Complementary color
Monochromatic Colors of #539BAE
Black with #539BAE
Text Example
Text Example
White with #539BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BAE; }
p { color: rgb(83,155,174); }
H1.HeaderClassName
{
color: #539BAE;
}
.AnyTagClassName
{
color: #539BAE;
}
</style>
background-color css
<style>
a { background-color: #539BAE; }
a { background-color: rgb(83,155,174); }
div.DivClassName
{
background-color: #539BAE;
}
.BgClassName
{
background-color: #539BAE;
}
</style>
border-color css
<style>
span { border-color: #539BAE; }
span { border-color: rgb(83,155,174); }
td.TdClassName
{
border-color: #539BAE;
}
.TagClassName
{
border-color: #539BAE;
}
</style>