Shades of Shakespeare #509BBC
Tints of Shakespeare #509BBC
RGB
CMYK
RGB Variations
Color information
#509BBC (or 0x509BBC) is known color: Shakespeare. HEX triplet: 50, 9B and BC. RGB value is (80,155,188). Sum of RGB (Red+Green+Blue) = 80+155+188=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #509BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BBC is #AF6443. Grayscale: #888888. Windows color (decimal): -11494468 or 12360528. OLE color: 12360528.
HSL color Cylindrical-coordinate representation of color #509BBC: hue angle of 198.33º degrees, saturation: 0.45, 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 #509BBC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 155 | 188 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.26 |
| HSL | 198.33º | 0.45% | 0.53% | - |
| HSV(B) | 198.33º | 0.57% | 0.74% | - |
| XYZ | 24.11 | 28.78 | 51.86 | - |
| YUV | 136.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 188 | 0.57 | 0.18 | 0 | 0.26 | 198.33 | 0.45 | 0.53 |
| Hex | 50 | 9B | BC | 39 | 12 | 0 | 1A | C6 | 2D | 35 |
| Octal | 120 | 233 | 274 | 71 | 22 | 0 | 32 | 306 | 55 | 65 |
| Binary | 1010000 | 10011011 | 10111100 | 111001 | 10010 | 0 | 11010 | 11000110 | 101101 | 110101 |
Color Harmonies of #509BBC
Complementary color
Monochromatic Colors of #509BBC
Black with #509BBC
Text Example
Text Example
White with #509BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BBC; }
p { color: rgb(80,155,188); }
H1.HeaderClassName
{
color: #509BBC;
}
.AnyTagClassName
{
color: #509BBC;
}
</style>
background-color css
<style>
a { background-color: #509BBC; }
a { background-color: rgb(80,155,188); }
div.DivClassName
{
background-color: #509BBC;
}
.BgClassName
{
background-color: #509BBC;
}
</style>
border-color css
<style>
span { border-color: #509BBC; }
span { border-color: rgb(80,155,188); }
td.TdClassName
{
border-color: #509BBC;
}
.TagClassName
{
border-color: #509BBC;
}
</style>