Shades of Shakespeare #599FBA
Tints of Shakespeare #599FBA
RGB
CMYK
RGB Variations
Color information
#599FBA (or 0x599FBA) is known color: Shakespeare. HEX triplet: 59, 9F and BA. RGB value is (89,159,186). Sum of RGB (Red+Green+Blue) = 89+159+186=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #599FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FBA is #A66045. Grayscale: #8C8C8C. Windows color (decimal): -10903622 or 12230489. OLE color: 12230489.
HSL color Cylindrical-coordinate representation of color #599FBA: hue angle of 196.7º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599FBA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 159 | 186 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.27 |
| HSL | 196.7º | 0.41% | 0.54% | - |
| HSV(B) | 196.7º | 0.52% | 0.73% | - |
| XYZ | 25.38 | 30.47 | 51 | - |
| YUV | 141.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 186 | 0.52 | 0.15 | 0 | 0.27 | 196.7 | 0.41 | 0.54 |
| Hex | 59 | 9F | BA | 34 | F | 0 | 1B | C5 | 29 | 36 |
| Octal | 131 | 237 | 272 | 64 | 17 | 0 | 33 | 305 | 51 | 66 |
| Binary | 1011001 | 10011111 | 10111010 | 110100 | 1111 | 0 | 11011 | 11000101 | 101001 | 110110 |
Color Harmonies of #599FBA
Complementary color
Monochromatic Colors of #599FBA
Black with #599FBA
Text Example
Text Example
White with #599FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FBA; }
p { color: rgb(89,159,186); }
H1.HeaderClassName
{
color: #599FBA;
}
.AnyTagClassName
{
color: #599FBA;
}
</style>
background-color css
<style>
a { background-color: #599FBA; }
a { background-color: rgb(89,159,186); }
div.DivClassName
{
background-color: #599FBA;
}
.BgClassName
{
background-color: #599FBA;
}
</style>
border-color css
<style>
span { border-color: #599FBA; }
span { border-color: rgb(89,159,186); }
td.TdClassName
{
border-color: #599FBA;
}
.TagClassName
{
border-color: #599FBA;
}
</style>