Shades of Shakespeare #5595AC
Tints of Shakespeare #5595AC
RGB
CMYK
RGB Variations
Color information
#5595AC (or 0x5595AC) is known color: Shakespeare. HEX triplet: 55, 95 and AC. RGB value is (85,149,172). Sum of RGB (Red+Green+Blue) = 85+149+172=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5595AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5595AC is #AA6A53. Grayscale: #848484. Windows color (decimal): -11168340 or 11310421. OLE color: 11310421.
HSL color Cylindrical-coordinate representation of color #5595AC: hue angle of 195.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5595AC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 149 | 172 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.33 |
| HSL | 195.86º | 0.34% | 0.5% | - |
| HSV(B) | 195.86º | 0.51% | 0.67% | - |
| XYZ | 21.94 | 26.4 | 42.97 | - |
| YUV | 132.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 172 | 0.51 | 0.13 | 0 | 0.33 | 195.86 | 0.34 | 0.5 |
| Hex | 55 | 95 | AC | 33 | D | 0 | 21 | C4 | 22 | 32 |
| Octal | 125 | 225 | 254 | 63 | 15 | 0 | 41 | 304 | 42 | 62 |
| Binary | 1010101 | 10010101 | 10101100 | 110011 | 1101 | 0 | 100001 | 11000100 | 100010 | 110010 |
Color Harmonies of #5595AC
Complementary color
Monochromatic Colors of #5595AC
Black with #5595AC
Text Example
Text Example
White with #5595AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595AC; }
p { color: rgb(85,149,172); }
H1.HeaderClassName
{
color: #5595AC;
}
.AnyTagClassName
{
color: #5595AC;
}
</style>
background-color css
<style>
a { background-color: #5595AC; }
a { background-color: rgb(85,149,172); }
div.DivClassName
{
background-color: #5595AC;
}
.BgClassName
{
background-color: #5595AC;
}
</style>
border-color css
<style>
span { border-color: #5595AC; }
span { border-color: rgb(85,149,172); }
td.TdClassName
{
border-color: #5595AC;
}
.TagClassName
{
border-color: #5595AC;
}
</style>