Shades of Shakespeare #51A1B5
Tints of Shakespeare #51A1B5
RGB
CMYK
RGB Variations
Color information
#51A1B5 (or 0x51A1B5) is known color: Shakespeare. HEX triplet: 51, A1 and B5. RGB value is (81,161,181). Sum of RGB (Red+Green+Blue) = 81+161+181=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #51A1B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A1B5 is #AE5E4A. Grayscale: #8B8B8B. Windows color (decimal): -11427403 or 11903313. OLE color: 11903313.
HSL color Cylindrical-coordinate representation of color #51A1B5: hue angle of 192º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51A1B5 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 161 | 181 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.29 |
| HSL | 192º | 0.4% | 0.51% | - |
| HSV(B) | 192º | 0.55% | 0.71% | - |
| XYZ | 24.48 | 30.58 | 48.33 | - |
| YUV | 139.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 181 | 0.55 | 0.11 | 0 | 0.29 | 192 | 0.4 | 0.51 |
| Hex | 51 | A1 | B5 | 37 | B | 0 | 1D | C0 | 28 | 33 |
| Octal | 121 | 241 | 265 | 67 | 13 | 0 | 35 | 300 | 50 | 63 |
| Binary | 1010001 | 10100001 | 10110101 | 110111 | 1011 | 0 | 11101 | 11000000 | 101000 | 110011 |
Color Harmonies of #51A1B5
Complementary color
Monochromatic Colors of #51A1B5
Black with #51A1B5
Text Example
Text Example
White with #51A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A1B5; }
p { color: rgb(81,161,181); }
H1.HeaderClassName
{
color: #51A1B5;
}
.AnyTagClassName
{
color: #51A1B5;
}
</style>
background-color css
<style>
a { background-color: #51A1B5; }
a { background-color: rgb(81,161,181); }
div.DivClassName
{
background-color: #51A1B5;
}
.BgClassName
{
background-color: #51A1B5;
}
</style>
border-color css
<style>
span { border-color: #51A1B5; }
span { border-color: rgb(81,161,181); }
td.TdClassName
{
border-color: #51A1B5;
}
.TagClassName
{
border-color: #51A1B5;
}
</style>