Shades of Shakespeare #5399BD
Tints of Shakespeare #5399BD
RGB
CMYK
RGB Variations
Color information
#5399BD (or 0x5399BD) is known color: Shakespeare. HEX triplet: 53, 99 and BD. RGB value is (83,153,189). Sum of RGB (Red+Green+Blue) = 83+153+189=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #5399BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5399BD is #AC6642. Grayscale: #878787. Windows color (decimal): -11298371 or 12425555. OLE color: 12425555.
HSL color Cylindrical-coordinate representation of color #5399BD: hue angle of 200.38º degrees, saturation: 0.45, 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 #5399BD is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 153 | 189 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.26 |
| HSL | 200.38º | 0.45% | 0.53% | - |
| HSV(B) | 200.38º | 0.56% | 0.74% | - |
| XYZ | 24.14 | 28.3 | 52.33 | - |
| YUV | 136.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 189 | 0.56 | 0.19 | 0 | 0.26 | 200.38 | 0.45 | 0.53 |
| Hex | 53 | 99 | BD | 38 | 13 | 0 | 1A | C8 | 2D | 35 |
| Octal | 123 | 231 | 275 | 70 | 23 | 0 | 32 | 310 | 55 | 65 |
| Binary | 1010011 | 10011001 | 10111101 | 111000 | 10011 | 0 | 11010 | 11001000 | 101101 | 110101 |
Color Harmonies of #5399BD
Complementary color
Monochromatic Colors of #5399BD
Black with #5399BD
Text Example
Text Example
White with #5399BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5399BD; }
p { color: rgb(83,153,189); }
H1.HeaderClassName
{
color: #5399BD;
}
.AnyTagClassName
{
color: #5399BD;
}
</style>
background-color css
<style>
a { background-color: #5399BD; }
a { background-color: rgb(83,153,189); }
div.DivClassName
{
background-color: #5399BD;
}
.BgClassName
{
background-color: #5399BD;
}
</style>
border-color css
<style>
span { border-color: #5399BD; }
span { border-color: rgb(83,153,189); }
td.TdClassName
{
border-color: #5399BD;
}
.TagClassName
{
border-color: #5399BD;
}
</style>