Shades of Shakespeare #5296BD
Tints of Shakespeare #5296BD
RGB
CMYK
RGB Variations
Color information
#5296BD (or 0x5296BD) is known color: Shakespeare. HEX triplet: 52, 96 and BD. RGB value is (82,150,189). Sum of RGB (Red+Green+Blue) = 82+150+189=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #5296BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5296BD is #AD6942. Grayscale: #858585. Windows color (decimal): -11364675 or 12424786. OLE color: 12424786.
HSL color Cylindrical-coordinate representation of color #5296BD: hue angle of 201.87º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5296BD is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 150 | 189 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.26 |
| HSL | 201.87º | 0.45% | 0.53% | - |
| HSV(B) | 201.87º | 0.57% | 0.74% | - |
| XYZ | 23.57 | 27.28 | 52.17 | - |
| YUV | 134.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 189 | 0.57 | 0.21 | 0 | 0.26 | 201.87 | 0.45 | 0.53 |
| Hex | 52 | 96 | BD | 39 | 15 | 0 | 1A | CA | 2D | 35 |
| Octal | 122 | 226 | 275 | 71 | 25 | 0 | 32 | 312 | 55 | 65 |
| Binary | 1010010 | 10010110 | 10111101 | 111001 | 10101 | 0 | 11010 | 11001010 | 101101 | 110101 |
Color Harmonies of #5296BD
Complementary color
Monochromatic Colors of #5296BD
Black with #5296BD
Text Example
Text Example
White with #5296BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5296BD; }
p { color: rgb(82,150,189); }
H1.HeaderClassName
{
color: #5296BD;
}
.AnyTagClassName
{
color: #5296BD;
}
</style>
background-color css
<style>
a { background-color: #5296BD; }
a { background-color: rgb(82,150,189); }
div.DivClassName
{
background-color: #5296BD;
}
.BgClassName
{
background-color: #5296BD;
}
</style>
border-color css
<style>
span { border-color: #5296BD; }
span { border-color: rgb(82,150,189); }
td.TdClassName
{
border-color: #5296BD;
}
.TagClassName
{
border-color: #5296BD;
}
</style>