Shades of Shakespeare #55A4BD
Tints of Shakespeare #55A4BD
RGB
CMYK
RGB Variations
Color information
#55A4BD (or 0x55A4BD) is known color: Shakespeare. HEX triplet: 55, A4 and BD. RGB value is (85,164,189). Sum of RGB (Red+Green+Blue) = 85+164+189=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #55A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4BD is #AA5B42. Grayscale: #8F8F8F. Windows color (decimal): -11164483 or 12428373. OLE color: 12428373.
HSL color Cylindrical-coordinate representation of color #55A4BD: hue angle of 194.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55A4BD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 164 | 189 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.26 |
| HSL | 194.42º | 0.44% | 0.54% | - |
| HSV(B) | 194.42º | 0.55% | 0.74% | - |
| XYZ | 26.21 | 32.16 | 52.97 | - |
| YUV | 143.23 | 153.83 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 189 | 0.55 | 0.13 | 0 | 0.26 | 194.42 | 0.44 | 0.54 |
| Hex | 55 | A4 | BD | 37 | D | 0 | 1A | C2 | 2C | 36 |
| Octal | 125 | 244 | 275 | 67 | 15 | 0 | 32 | 302 | 54 | 66 |
| Binary | 1010101 | 10100100 | 10111101 | 110111 | 1101 | 0 | 11010 | 11000010 | 101100 | 110110 |
Color Harmonies of #55A4BD
Complementary color
Monochromatic Colors of #55A4BD
Black with #55A4BD
Text Example
Text Example
White with #55A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4BD; }
p { color: rgb(85,164,189); }
H1.HeaderClassName
{
color: #55A4BD;
}
.AnyTagClassName
{
color: #55A4BD;
}
</style>
background-color css
<style>
a { background-color: #55A4BD; }
a { background-color: rgb(85,164,189); }
div.DivClassName
{
background-color: #55A4BD;
}
.BgClassName
{
background-color: #55A4BD;
}
</style>
border-color css
<style>
span { border-color: #55A4BD; }
span { border-color: rgb(85,164,189); }
td.TdClassName
{
border-color: #55A4BD;
}
.TagClassName
{
border-color: #55A4BD;
}
</style>