Shades of Shakespeare #50A0BD
Tints of Shakespeare #50A0BD
RGB
CMYK
RGB Variations
Color information
#50A0BD (or 0x50A0BD) is known color: Shakespeare. HEX triplet: 50, A0 and BD. RGB value is (80,160,189). Sum of RGB (Red+Green+Blue) = 80+160+189=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #50A0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0BD is #AF5F42. Grayscale: #8B8B8B. Windows color (decimal): -11493187 or 12427344. OLE color: 12427344.
HSL color Cylindrical-coordinate representation of color #50A0BD: hue angle of 195.96º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A0BD is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 160 | 189 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.26 |
| HSL | 195.96º | 0.45% | 0.53% | - |
| HSV(B) | 195.96º | 0.58% | 0.74% | - |
| XYZ | 25.06 | 30.52 | 52.71 | - |
| YUV | 139.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 189 | 0.58 | 0.15 | 0 | 0.26 | 195.96 | 0.45 | 0.53 |
| Hex | 50 | A0 | BD | 3A | F | 0 | 1A | C4 | 2D | 35 |
| Octal | 120 | 240 | 275 | 72 | 17 | 0 | 32 | 304 | 55 | 65 |
| Binary | 1010000 | 10100000 | 10111101 | 111010 | 1111 | 0 | 11010 | 11000100 | 101101 | 110101 |
Color Harmonies of #50A0BD
Complementary color
Monochromatic Colors of #50A0BD
Black with #50A0BD
Text Example
Text Example
White with #50A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0BD; }
p { color: rgb(80,160,189); }
H1.HeaderClassName
{
color: #50A0BD;
}
.AnyTagClassName
{
color: #50A0BD;
}
</style>
background-color css
<style>
a { background-color: #50A0BD; }
a { background-color: rgb(80,160,189); }
div.DivClassName
{
background-color: #50A0BD;
}
.BgClassName
{
background-color: #50A0BD;
}
</style>
border-color css
<style>
span { border-color: #50A0BD; }
span { border-color: rgb(80,160,189); }
td.TdClassName
{
border-color: #50A0BD;
}
.TagClassName
{
border-color: #50A0BD;
}
</style>