Shades of Shakespeare #509CBC
Tints of Shakespeare #509CBC
RGB
CMYK
RGB Variations
Color information
#509CBC (or 0x509CBC) is known color: Shakespeare. HEX triplet: 50, 9C and BC. RGB value is (80,156,188). Sum of RGB (Red+Green+Blue) = 80+156+188=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #509CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CBC is #AF6343. Grayscale: #888888. Windows color (decimal): -11494212 or 12360784. OLE color: 12360784.
HSL color Cylindrical-coordinate representation of color #509CBC: hue angle of 197.78º 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 #509CBC is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 156 | 188 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.26 |
| HSL | 197.78º | 0.45% | 0.53% | - |
| HSV(B) | 197.78º | 0.57% | 0.74% | - |
| XYZ | 24.27 | 29.11 | 51.92 | - |
| YUV | 136.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 188 | 0.57 | 0.17 | 0 | 0.26 | 197.78 | 0.45 | 0.53 |
| Hex | 50 | 9C | BC | 39 | 11 | 0 | 1A | C6 | 2D | 35 |
| Octal | 120 | 234 | 274 | 71 | 21 | 0 | 32 | 306 | 55 | 65 |
| Binary | 1010000 | 10011100 | 10111100 | 111001 | 10001 | 0 | 11010 | 11000110 | 101101 | 110101 |
Color Harmonies of #509CBC
Complementary color
Monochromatic Colors of #509CBC
Black with #509CBC
Text Example
Text Example
White with #509CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CBC; }
p { color: rgb(80,156,188); }
H1.HeaderClassName
{
color: #509CBC;
}
.AnyTagClassName
{
color: #509CBC;
}
</style>
background-color css
<style>
a { background-color: #509CBC; }
a { background-color: rgb(80,156,188); }
div.DivClassName
{
background-color: #509CBC;
}
.BgClassName
{
background-color: #509CBC;
}
</style>
border-color css
<style>
span { border-color: #509CBC; }
span { border-color: rgb(80,156,188); }
td.TdClassName
{
border-color: #509CBC;
}
.TagClassName
{
border-color: #509CBC;
}
</style>