Shades of Shakespeare #5595AD
Tints of Shakespeare #5595AD
RGB
CMYK
RGB Variations
Color information
#5595AD (or 0x5595AD) is known color: Shakespeare. HEX triplet: 55, 95 and AD. RGB value is (85,149,173). Sum of RGB (Red+Green+Blue) = 85+149+173=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #5595AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5595AD is #AA6A52. Grayscale: #848484. Windows color (decimal): -11168339 or 11375957. OLE color: 11375957.
HSL color Cylindrical-coordinate representation of color #5595AD: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5595AD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 149 | 173 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.32 |
| HSL | 196.36º | 0.35% | 0.51% | - |
| HSV(B) | 196.36º | 0.51% | 0.68% | - |
| XYZ | 22.04 | 26.44 | 43.48 | - |
| YUV | 132.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 173 | 0.51 | 0.14 | 0 | 0.32 | 196.36 | 0.35 | 0.51 |
| Hex | 55 | 95 | AD | 33 | E | 0 | 20 | C4 | 23 | 33 |
| Octal | 125 | 225 | 255 | 63 | 16 | 0 | 40 | 304 | 43 | 63 |
| Binary | 1010101 | 10010101 | 10101101 | 110011 | 1110 | 0 | 100000 | 11000100 | 100011 | 110011 |
Color Harmonies of #5595AD
Complementary color
Monochromatic Colors of #5595AD
Black with #5595AD
Text Example
Text Example
White with #5595AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595AD; }
p { color: rgb(85,149,173); }
H1.HeaderClassName
{
color: #5595AD;
}
.AnyTagClassName
{
color: #5595AD;
}
</style>
background-color css
<style>
a { background-color: #5595AD; }
a { background-color: rgb(85,149,173); }
div.DivClassName
{
background-color: #5595AD;
}
.BgClassName
{
background-color: #5595AD;
}
</style>
border-color css
<style>
span { border-color: #5595AD; }
span { border-color: rgb(85,149,173); }
td.TdClassName
{
border-color: #5595AD;
}
.TagClassName
{
border-color: #5595AD;
}
</style>