Shades of Shakespeare #5397BD
Tints of Shakespeare #5397BD
RGB
CMYK
RGB Variations
Color information
#5397BD (or 0x5397BD) is known color: Shakespeare. HEX triplet: 53, 97 and BD. RGB value is (83,151,189). Sum of RGB (Red+Green+Blue) = 83+151+189=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #5397BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397BD is #AC6842. Grayscale: #868686. Windows color (decimal): -11298883 or 12425043. OLE color: 12425043.
HSL color Cylindrical-coordinate representation of color #5397BD: hue angle of 201.51º 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 #5397BD is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 151 | 189 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.26 |
| HSL | 201.51º | 0.45% | 0.53% | - |
| HSV(B) | 201.51º | 0.56% | 0.74% | - |
| XYZ | 23.82 | 27.65 | 52.22 | - |
| YUV | 135 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 189 | 0.56 | 0.20 | 0 | 0.26 | 201.51 | 0.45 | 0.53 |
| Hex | 53 | 97 | BD | 38 | 14 | 0 | 1A | CA | 2D | 35 |
| Octal | 123 | 227 | 275 | 70 | 24 | 0 | 32 | 312 | 55 | 65 |
| Binary | 1010011 | 10010111 | 10111101 | 111000 | 10100 | 0 | 11010 | 11001010 | 101101 | 110101 |
Color Harmonies of #5397BD
Complementary color
Monochromatic Colors of #5397BD
Black with #5397BD
Text Example
Text Example
White with #5397BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397BD; }
p { color: rgb(83,151,189); }
H1.HeaderClassName
{
color: #5397BD;
}
.AnyTagClassName
{
color: #5397BD;
}
</style>
background-color css
<style>
a { background-color: #5397BD; }
a { background-color: rgb(83,151,189); }
div.DivClassName
{
background-color: #5397BD;
}
.BgClassName
{
background-color: #5397BD;
}
</style>
border-color css
<style>
span { border-color: #5397BD; }
span { border-color: rgb(83,151,189); }
td.TdClassName
{
border-color: #5397BD;
}
.TagClassName
{
border-color: #5397BD;
}
</style>