Shades of Shakespeare #50A2B2
Tints of Shakespeare #50A2B2
RGB
CMYK
RGB Variations
Color information
#50A2B2 (or 0x50A2B2) is known color: Shakespeare. HEX triplet: 50, A2 and B2. RGB value is (80,162,178). Sum of RGB (Red+Green+Blue) = 80+162+178=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #50A2B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A2B2 is #AF5D4D. Grayscale: #8B8B8B. Windows color (decimal): -11492686 or 11706960. OLE color: 11706960.
HSL color Cylindrical-coordinate representation of color #50A2B2: hue angle of 189.8º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50A2B2 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 162 | 178 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.30 |
| HSL | 189.8º | 0.39% | 0.51% | - |
| HSV(B) | 189.8º | 0.55% | 0.7% | - |
| XYZ | 24.26 | 30.76 | 46.78 | - |
| YUV | 139.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 178 | 0.55 | 0.09 | 0 | 0.30 | 189.8 | 0.39 | 0.51 |
| Hex | 50 | A2 | B2 | 37 | 9 | 0 | 1E | BE | 27 | 33 |
| Octal | 120 | 242 | 262 | 67 | 11 | 0 | 36 | 276 | 47 | 63 |
| Binary | 1010000 | 10100010 | 10110010 | 110111 | 1001 | 0 | 11110 | 10111110 | 100111 | 110011 |
Color Harmonies of #50A2B2
Complementary color
Monochromatic Colors of #50A2B2
Black with #50A2B2
Text Example
Text Example
White with #50A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A2B2; }
p { color: rgb(80,162,178); }
H1.HeaderClassName
{
color: #50A2B2;
}
.AnyTagClassName
{
color: #50A2B2;
}
</style>
background-color css
<style>
a { background-color: #50A2B2; }
a { background-color: rgb(80,162,178); }
div.DivClassName
{
background-color: #50A2B2;
}
.BgClassName
{
background-color: #50A2B2;
}
</style>
border-color css
<style>
span { border-color: #50A2B2; }
span { border-color: rgb(80,162,178); }
td.TdClassName
{
border-color: #50A2B2;
}
.TagClassName
{
border-color: #50A2B2;
}
</style>