Shades of Shakespeare #5394BE
Tints of Shakespeare #5394BE
RGB
CMYK
RGB Variations
Color information
#5394BE (or 0x5394BE) is known color: Shakespeare. HEX triplet: 53, 94 and BE. RGB value is (83,148,190). Sum of RGB (Red+Green+Blue) = 83+148+190=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #5394BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5394BE is #AC6B41. Grayscale: #858585. Windows color (decimal): -11299650 or 12489811. OLE color: 12489811.
HSL color Cylindrical-coordinate representation of color #5394BE: hue angle of 203.55º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5394BE is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 148 | 190 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.25 |
| HSL | 203.55º | 0.45% | 0.54% | - |
| HSV(B) | 203.55º | 0.56% | 0.75% | - |
| XYZ | 23.45 | 26.74 | 52.64 | - |
| YUV | 133.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 190 | 0.56 | 0.22 | 0 | 0.25 | 203.55 | 0.45 | 0.54 |
| Hex | 53 | 94 | BE | 38 | 16 | 0 | 19 | CC | 2D | 36 |
| Octal | 123 | 224 | 276 | 70 | 26 | 0 | 31 | 314 | 55 | 66 |
| Binary | 1010011 | 10010100 | 10111110 | 111000 | 10110 | 0 | 11001 | 11001100 | 101101 | 110110 |
Color Harmonies of #5394BE
Complementary color
Monochromatic Colors of #5394BE
Black with #5394BE
Text Example
Text Example
White with #5394BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394BE; }
p { color: rgb(83,148,190); }
H1.HeaderClassName
{
color: #5394BE;
}
.AnyTagClassName
{
color: #5394BE;
}
</style>
background-color css
<style>
a { background-color: #5394BE; }
a { background-color: rgb(83,148,190); }
div.DivClassName
{
background-color: #5394BE;
}
.BgClassName
{
background-color: #5394BE;
}
</style>
border-color css
<style>
span { border-color: #5394BE; }
span { border-color: rgb(83,148,190); }
td.TdClassName
{
border-color: #5394BE;
}
.TagClassName
{
border-color: #5394BE;
}
</style>