Shades of Shakespeare #5399B4
Tints of Shakespeare #5399B4
RGB
CMYK
RGB Variations
Color information
#5399B4 (or 0x5399B4) is known color: Shakespeare. HEX triplet: 53, 99 and B4. RGB value is (83,153,180). Sum of RGB (Red+Green+Blue) = 83+153+180=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #5399B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5399B4 is #AC664B. Grayscale: #868686. Windows color (decimal): -11298380 or 11835731. OLE color: 11835731.
HSL color Cylindrical-coordinate representation of color #5399B4: hue angle of 196.7º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5399B4 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 153 | 180 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.29 |
| HSL | 196.7º | 0.39% | 0.52% | - |
| HSV(B) | 196.7º | 0.54% | 0.71% | - |
| XYZ | 23.2 | 27.92 | 47.35 | - |
| YUV | 135.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 180 | 0.54 | 0.15 | 0 | 0.29 | 196.7 | 0.39 | 0.52 |
| Hex | 53 | 99 | B4 | 36 | F | 0 | 1D | C5 | 27 | 34 |
| Octal | 123 | 231 | 264 | 66 | 17 | 0 | 35 | 305 | 47 | 64 |
| Binary | 1010011 | 10011001 | 10110100 | 110110 | 1111 | 0 | 11101 | 11000101 | 100111 | 110100 |
Color Harmonies of #5399B4
Complementary color
Monochromatic Colors of #5399B4
Black with #5399B4
Text Example
Text Example
White with #5399B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5399B4; }
p { color: rgb(83,153,180); }
H1.HeaderClassName
{
color: #5399B4;
}
.AnyTagClassName
{
color: #5399B4;
}
</style>
background-color css
<style>
a { background-color: #5399B4; }
a { background-color: rgb(83,153,180); }
div.DivClassName
{
background-color: #5399B4;
}
.BgClassName
{
background-color: #5399B4;
}
</style>
border-color css
<style>
span { border-color: #5399B4; }
span { border-color: rgb(83,153,180); }
td.TdClassName
{
border-color: #5399B4;
}
.TagClassName
{
border-color: #5399B4;
}
</style>