Shades of Shakespeare #51A1BC
Tints of Shakespeare #51A1BC
RGB
CMYK
RGB Variations
Color information
#51A1BC (or 0x51A1BC) is known color: Shakespeare. HEX triplet: 51, A1 and BC. RGB value is (81,161,188). Sum of RGB (Red+Green+Blue) = 81+161+188=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #51A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A1BC is #AE5E43. Grayscale: #8B8B8B. Windows color (decimal): -11427396 or 12362065. OLE color: 12362065.
HSL color Cylindrical-coordinate representation of color #51A1BC: hue angle of 195.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A1BC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 161 | 188 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.26 |
| HSL | 195.14º | 0.44% | 0.53% | - |
| HSV(B) | 195.14º | 0.57% | 0.74% | - |
| XYZ | 25.22 | 30.87 | 52.21 | - |
| YUV | 140.16 | 155 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 188 | 0.57 | 0.14 | 0 | 0.26 | 195.14 | 0.44 | 0.53 |
| Hex | 51 | A1 | BC | 39 | E | 0 | 1A | C3 | 2C | 35 |
| Octal | 121 | 241 | 274 | 71 | 16 | 0 | 32 | 303 | 54 | 65 |
| Binary | 1010001 | 10100001 | 10111100 | 111001 | 1110 | 0 | 11010 | 11000011 | 101100 | 110101 |
Color Harmonies of #51A1BC
Complementary color
Monochromatic Colors of #51A1BC
Black with #51A1BC
Text Example
Text Example
White with #51A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A1BC; }
p { color: rgb(81,161,188); }
H1.HeaderClassName
{
color: #51A1BC;
}
.AnyTagClassName
{
color: #51A1BC;
}
</style>
background-color css
<style>
a { background-color: #51A1BC; }
a { background-color: rgb(81,161,188); }
div.DivClassName
{
background-color: #51A1BC;
}
.BgClassName
{
background-color: #51A1BC;
}
</style>
border-color css
<style>
span { border-color: #51A1BC; }
span { border-color: rgb(81,161,188); }
td.TdClassName
{
border-color: #51A1BC;
}
.TagClassName
{
border-color: #51A1BC;
}
</style>