Shades of Shakespeare #539ABC
Tints of Shakespeare #539ABC
RGB
CMYK
RGB Variations
Color information
#539ABC (or 0x539ABC) is known color: Shakespeare. HEX triplet: 53, 9A and BC. RGB value is (83,154,188). Sum of RGB (Red+Green+Blue) = 83+154+188=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #539ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ABC is #AC6543. Grayscale: #888888. Windows color (decimal): -11298116 or 12360275. OLE color: 12360275.
HSL color Cylindrical-coordinate representation of color #539ABC: hue angle of 199.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #539ABC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 154 | 188 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.26 |
| HSL | 199.43º | 0.44% | 0.53% | - |
| HSV(B) | 199.43º | 0.56% | 0.74% | - |
| XYZ | 24.2 | 28.58 | 51.82 | - |
| YUV | 136.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 188 | 0.56 | 0.18 | 0 | 0.26 | 199.43 | 0.44 | 0.53 |
| Hex | 53 | 9A | BC | 38 | 12 | 0 | 1A | C7 | 2C | 35 |
| Octal | 123 | 232 | 274 | 70 | 22 | 0 | 32 | 307 | 54 | 65 |
| Binary | 1010011 | 10011010 | 10111100 | 111000 | 10010 | 0 | 11010 | 11000111 | 101100 | 110101 |
Color Harmonies of #539ABC
Complementary color
Monochromatic Colors of #539ABC
Black with #539ABC
Text Example
Text Example
White with #539ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ABC; }
p { color: rgb(83,154,188); }
H1.HeaderClassName
{
color: #539ABC;
}
.AnyTagClassName
{
color: #539ABC;
}
</style>
background-color css
<style>
a { background-color: #539ABC; }
a { background-color: rgb(83,154,188); }
div.DivClassName
{
background-color: #539ABC;
}
.BgClassName
{
background-color: #539ABC;
}
</style>
border-color css
<style>
span { border-color: #539ABC; }
span { border-color: rgb(83,154,188); }
td.TdClassName
{
border-color: #539ABC;
}
.TagClassName
{
border-color: #539ABC;
}
</style>