Shades of Shakespeare #539DB8
Tints of Shakespeare #539DB8
RGB
CMYK
RGB Variations
Color information
#539DB8 (or 0x539DB8) is known color: Shakespeare. HEX triplet: 53, 9D and B8. RGB value is (83,157,184). Sum of RGB (Red+Green+Blue) = 83+157+184=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #539DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DB8 is #AC6247. Grayscale: #898989. Windows color (decimal): -11297352 or 12098899. OLE color: 12098899.
HSL color Cylindrical-coordinate representation of color #539DB8: hue angle of 196.04º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #539DB8 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 157 | 184 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.28 |
| HSL | 196.04º | 0.42% | 0.52% | - |
| HSV(B) | 196.04º | 0.55% | 0.72% | - |
| XYZ | 24.28 | 29.41 | 49.75 | - |
| YUV | 137.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 184 | 0.55 | 0.15 | 0 | 0.28 | 196.04 | 0.42 | 0.52 |
| Hex | 53 | 9D | B8 | 37 | F | 0 | 1C | C4 | 2A | 34 |
| Octal | 123 | 235 | 270 | 67 | 17 | 0 | 34 | 304 | 52 | 64 |
| Binary | 1010011 | 10011101 | 10111000 | 110111 | 1111 | 0 | 11100 | 11000100 | 101010 | 110100 |
Color Harmonies of #539DB8
Complementary color
Monochromatic Colors of #539DB8
Black with #539DB8
Text Example
Text Example
White with #539DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DB8; }
p { color: rgb(83,157,184); }
H1.HeaderClassName
{
color: #539DB8;
}
.AnyTagClassName
{
color: #539DB8;
}
</style>
background-color css
<style>
a { background-color: #539DB8; }
a { background-color: rgb(83,157,184); }
div.DivClassName
{
background-color: #539DB8;
}
.BgClassName
{
background-color: #539DB8;
}
</style>
border-color css
<style>
span { border-color: #539DB8; }
span { border-color: rgb(83,157,184); }
td.TdClassName
{
border-color: #539DB8;
}
.TagClassName
{
border-color: #539DB8;
}
</style>