Shades of Shakespeare #599AAD
Tints of Shakespeare #599AAD
RGB
CMYK
RGB Variations
Color information
#599AAD (or 0x599AAD) is known color: Shakespeare. HEX triplet: 59, 9A and AD. RGB value is (89,154,173). Sum of RGB (Red+Green+Blue) = 89+154+173=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #599AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AAD is #A66552. Grayscale: #888888. Windows color (decimal): -10904915 or 11377241. OLE color: 11377241.
HSL color Cylindrical-coordinate representation of color #599AAD: hue angle of 193.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599AAD is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 154 | 173 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.32 |
| HSL | 193.57º | 0.34% | 0.51% | - |
| HSV(B) | 193.57º | 0.49% | 0.68% | - |
| XYZ | 23.22 | 28.25 | 43.76 | - |
| YUV | 136.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 173 | 0.49 | 0.11 | 0 | 0.32 | 193.57 | 0.34 | 0.51 |
| Hex | 59 | 9A | AD | 31 | B | 0 | 20 | C2 | 22 | 33 |
| Octal | 131 | 232 | 255 | 61 | 13 | 0 | 40 | 302 | 42 | 63 |
| Binary | 1011001 | 10011010 | 10101101 | 110001 | 1011 | 0 | 100000 | 11000010 | 100010 | 110011 |
Color Harmonies of #599AAD
Complementary color
Monochromatic Colors of #599AAD
Black with #599AAD
Text Example
Text Example
White with #599AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AAD; }
p { color: rgb(89,154,173); }
H1.HeaderClassName
{
color: #599AAD;
}
.AnyTagClassName
{
color: #599AAD;
}
</style>
background-color css
<style>
a { background-color: #599AAD; }
a { background-color: rgb(89,154,173); }
div.DivClassName
{
background-color: #599AAD;
}
.BgClassName
{
background-color: #599AAD;
}
</style>
border-color css
<style>
span { border-color: #599AAD; }
span { border-color: rgb(89,154,173); }
td.TdClassName
{
border-color: #599AAD;
}
.TagClassName
{
border-color: #599AAD;
}
</style>