Shades of Shakespeare #55A0AF
Tints of Shakespeare #55A0AF
RGB
CMYK
RGB Variations
Color information
#55A0AF (or 0x55A0AF) is known color: Shakespeare. HEX triplet: 55, A0 and AF. RGB value is (85,160,175). Sum of RGB (Red+Green+Blue) = 85+160+175=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #55A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A0AF is #AA5F50. Grayscale: #8B8B8B. Windows color (decimal): -11165521 or 11509845. OLE color: 11509845.
HSL color Cylindrical-coordinate representation of color #55A0AF: hue angle of 190º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A0AF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 160 | 175 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.31 |
| HSL | 190º | 0.36% | 0.51% | - |
| HSV(B) | 190º | 0.51% | 0.69% | - |
| XYZ | 24.05 | 30.17 | 45.11 | - |
| YUV | 139.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 175 | 0.51 | 0.09 | 0 | 0.31 | 190 | 0.36 | 0.51 |
| Hex | 55 | A0 | AF | 33 | 9 | 0 | 1F | BE | 24 | 33 |
| Octal | 125 | 240 | 257 | 63 | 11 | 0 | 37 | 276 | 44 | 63 |
| Binary | 1010101 | 10100000 | 10101111 | 110011 | 1001 | 0 | 11111 | 10111110 | 100100 | 110011 |
Color Harmonies of #55A0AF
Complementary color
Monochromatic Colors of #55A0AF
Black with #55A0AF
Text Example
Text Example
White with #55A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A0AF; }
p { color: rgb(85,160,175); }
H1.HeaderClassName
{
color: #55A0AF;
}
.AnyTagClassName
{
color: #55A0AF;
}
</style>
background-color css
<style>
a { background-color: #55A0AF; }
a { background-color: rgb(85,160,175); }
div.DivClassName
{
background-color: #55A0AF;
}
.BgClassName
{
background-color: #55A0AF;
}
</style>
border-color css
<style>
span { border-color: #55A0AF; }
span { border-color: rgb(85,160,175); }
td.TdClassName
{
border-color: #55A0AF;
}
.TagClassName
{
border-color: #55A0AF;
}
</style>