Shades of Shakespeare #5395BC
Tints of Shakespeare #5395BC
RGB
CMYK
RGB Variations
Color information
#5395BC (or 0x5395BC) is known color: Shakespeare. HEX triplet: 53, 95 and BC. RGB value is (83,149,188). Sum of RGB (Red+Green+Blue) = 83+149+188=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #5395BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5395BC is #AC6A43. Grayscale: #858585. Windows color (decimal): -11299396 or 12358995. OLE color: 12358995.
HSL color Cylindrical-coordinate representation of color #5395BC: hue angle of 202.29º 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 #5395BC is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 149 | 188 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.26 |
| HSL | 202.29º | 0.44% | 0.53% | - |
| HSV(B) | 202.29º | 0.56% | 0.74% | - |
| XYZ | 23.39 | 26.96 | 51.55 | - |
| YUV | 133.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 149 | 188 | 0.56 | 0.21 | 0 | 0.26 | 202.29 | 0.44 | 0.53 |
| Hex | 53 | 95 | BC | 38 | 15 | 0 | 1A | CA | 2C | 35 |
| Octal | 123 | 225 | 274 | 70 | 25 | 0 | 32 | 312 | 54 | 65 |
| Binary | 1010011 | 10010101 | 10111100 | 111000 | 10101 | 0 | 11010 | 11001010 | 101100 | 110101 |
Color Harmonies of #5395BC
Complementary color
Monochromatic Colors of #5395BC
Black with #5395BC
Text Example
Text Example
White with #5395BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5395BC; }
p { color: rgb(83,149,188); }
H1.HeaderClassName
{
color: #5395BC;
}
.AnyTagClassName
{
color: #5395BC;
}
</style>
background-color css
<style>
a { background-color: #5395BC; }
a { background-color: rgb(83,149,188); }
div.DivClassName
{
background-color: #5395BC;
}
.BgClassName
{
background-color: #5395BC;
}
</style>
border-color css
<style>
span { border-color: #5395BC; }
span { border-color: rgb(83,149,188); }
td.TdClassName
{
border-color: #5395BC;
}
.TagClassName
{
border-color: #5395BC;
}
</style>