Shades of Shakespeare #5896AD
Tints of Shakespeare #5896AD
RGB
CMYK
RGB Variations
Color information
#5896AD (or 0x5896AD) is known color: Shakespeare. HEX triplet: 58, 96 and AD. RGB value is (88,150,173). Sum of RGB (Red+Green+Blue) = 88+150+173=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #5896AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5896AD is #A76952. Grayscale: #858585. Windows color (decimal): -10971475 or 11376216. OLE color: 11376216.
HSL color Cylindrical-coordinate representation of color #5896AD: hue angle of 196.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5896AD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 150 | 173 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.32 |
| HSL | 196.24º | 0.34% | 0.51% | - |
| HSV(B) | 196.24º | 0.49% | 0.68% | - |
| XYZ | 22.47 | 26.9 | 43.54 | - |
| YUV | 134.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 173 | 0.49 | 0.13 | 0 | 0.32 | 196.24 | 0.34 | 0.51 |
| Hex | 58 | 96 | AD | 31 | D | 0 | 20 | C4 | 22 | 33 |
| Octal | 130 | 226 | 255 | 61 | 15 | 0 | 40 | 304 | 42 | 63 |
| Binary | 1011000 | 10010110 | 10101101 | 110001 | 1101 | 0 | 100000 | 11000100 | 100010 | 110011 |
Color Harmonies of #5896AD
Complementary color
Monochromatic Colors of #5896AD
Black with #5896AD
Text Example
Text Example
White with #5896AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5896AD; }
p { color: rgb(88,150,173); }
H1.HeaderClassName
{
color: #5896AD;
}
.AnyTagClassName
{
color: #5896AD;
}
</style>
background-color css
<style>
a { background-color: #5896AD; }
a { background-color: rgb(88,150,173); }
div.DivClassName
{
background-color: #5896AD;
}
.BgClassName
{
background-color: #5896AD;
}
</style>
border-color css
<style>
span { border-color: #5896AD; }
span { border-color: rgb(88,150,173); }
td.TdClassName
{
border-color: #5896AD;
}
.TagClassName
{
border-color: #5896AD;
}
</style>