Shades of Shakespeare #509AB3
Tints of Shakespeare #509AB3
RGB
CMYK
RGB Variations
Color information
#509AB3 (or 0x509AB3) is known color: Shakespeare. HEX triplet: 50, 9A and B3. RGB value is (80,154,179). Sum of RGB (Red+Green+Blue) = 80+154+179=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #509AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509AB3 is #AF654C. Grayscale: #868686. Windows color (decimal): -11494733 or 11770448. OLE color: 11770448.
HSL color Cylindrical-coordinate representation of color #509AB3: hue angle of 195.15º 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 #509AB3 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 154 | 179 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.30 |
| HSL | 195.15º | 0.39% | 0.51% | - |
| HSV(B) | 195.15º | 0.55% | 0.7% | - |
| XYZ | 23 | 28.07 | 46.85 | - |
| YUV | 134.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 179 | 0.55 | 0.14 | 0 | 0.30 | 195.15 | 0.39 | 0.51 |
| Hex | 50 | 9A | B3 | 37 | E | 0 | 1E | C3 | 27 | 33 |
| Octal | 120 | 232 | 263 | 67 | 16 | 0 | 36 | 303 | 47 | 63 |
| Binary | 1010000 | 10011010 | 10110011 | 110111 | 1110 | 0 | 11110 | 11000011 | 100111 | 110011 |
Color Harmonies of #509AB3
Complementary color
Monochromatic Colors of #509AB3
Black with #509AB3
Text Example
Text Example
White with #509AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AB3; }
p { color: rgb(80,154,179); }
H1.HeaderClassName
{
color: #509AB3;
}
.AnyTagClassName
{
color: #509AB3;
}
</style>
background-color css
<style>
a { background-color: #509AB3; }
a { background-color: rgb(80,154,179); }
div.DivClassName
{
background-color: #509AB3;
}
.BgClassName
{
background-color: #509AB3;
}
</style>
border-color css
<style>
span { border-color: #509AB3; }
span { border-color: rgb(80,154,179); }
td.TdClassName
{
border-color: #509AB3;
}
.TagClassName
{
border-color: #509AB3;
}
</style>