Shades of Shakespeare #5398BC
Tints of Shakespeare #5398BC
RGB
CMYK
RGB Variations
Color information
#5398BC (or 0x5398BC) is known color: Shakespeare. HEX triplet: 53, 98 and BC. RGB value is (83,152,188). Sum of RGB (Red+Green+Blue) = 83+152+188=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #5398BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398BC is #AC6743. Grayscale: #878787. Windows color (decimal): -11298628 or 12359763. OLE color: 12359763.
HSL color Cylindrical-coordinate representation of color #5398BC: hue angle of 200.57º 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 #5398BC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 152 | 188 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.26 |
| HSL | 200.57º | 0.44% | 0.53% | - |
| HSV(B) | 200.57º | 0.56% | 0.74% | - |
| XYZ | 23.87 | 27.93 | 51.71 | - |
| YUV | 135.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 188 | 0.56 | 0.19 | 0 | 0.26 | 200.57 | 0.44 | 0.53 |
| Hex | 53 | 98 | BC | 38 | 13 | 0 | 1A | C9 | 2C | 35 |
| Octal | 123 | 230 | 274 | 70 | 23 | 0 | 32 | 311 | 54 | 65 |
| Binary | 1010011 | 10011000 | 10111100 | 111000 | 10011 | 0 | 11010 | 11001001 | 101100 | 110101 |
Color Harmonies of #5398BC
Complementary color
Monochromatic Colors of #5398BC
Black with #5398BC
Text Example
Text Example
White with #5398BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398BC; }
p { color: rgb(83,152,188); }
H1.HeaderClassName
{
color: #5398BC;
}
.AnyTagClassName
{
color: #5398BC;
}
</style>
background-color css
<style>
a { background-color: #5398BC; }
a { background-color: rgb(83,152,188); }
div.DivClassName
{
background-color: #5398BC;
}
.BgClassName
{
background-color: #5398BC;
}
</style>
border-color css
<style>
span { border-color: #5398BC; }
span { border-color: rgb(83,152,188); }
td.TdClassName
{
border-color: #5398BC;
}
.TagClassName
{
border-color: #5398BC;
}
</style>