Shades of Shakespeare #57A0BB
Tints of Shakespeare #57A0BB
RGB
CMYK
RGB Variations
Color information
#57A0BB (or 0x57A0BB) is known color: Shakespeare. HEX triplet: 57, A0 and BB. RGB value is (87,160,187). Sum of RGB (Red+Green+Blue) = 87+160+187=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #57A0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0BB is #A85F44. Grayscale: #8D8D8D. Windows color (decimal): -11034437 or 12296279. OLE color: 12296279.
HSL color Cylindrical-coordinate representation of color #57A0BB: hue angle of 196.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57A0BB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 160 | 187 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.27 |
| HSL | 196.2º | 0.42% | 0.54% | - |
| HSV(B) | 196.2º | 0.53% | 0.73% | - |
| XYZ | 25.47 | 30.76 | 51.61 | - |
| YUV | 141.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 187 | 0.53 | 0.14 | 0 | 0.27 | 196.2 | 0.42 | 0.54 |
| Hex | 57 | A0 | BB | 35 | E | 0 | 1B | C4 | 2A | 36 |
| Octal | 127 | 240 | 273 | 65 | 16 | 0 | 33 | 304 | 52 | 66 |
| Binary | 1010111 | 10100000 | 10111011 | 110101 | 1110 | 0 | 11011 | 11000100 | 101010 | 110110 |
Color Harmonies of #57A0BB
Complementary color
Monochromatic Colors of #57A0BB
Black with #57A0BB
Text Example
Text Example
White with #57A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0BB; }
p { color: rgb(87,160,187); }
H1.HeaderClassName
{
color: #57A0BB;
}
.AnyTagClassName
{
color: #57A0BB;
}
</style>
background-color css
<style>
a { background-color: #57A0BB; }
a { background-color: rgb(87,160,187); }
div.DivClassName
{
background-color: #57A0BB;
}
.BgClassName
{
background-color: #57A0BB;
}
</style>
border-color css
<style>
span { border-color: #57A0BB; }
span { border-color: rgb(87,160,187); }
td.TdClassName
{
border-color: #57A0BB;
}
.TagClassName
{
border-color: #57A0BB;
}
</style>