Shades of Shakespeare #599DAD
Tints of Shakespeare #599DAD
RGB
CMYK
RGB Variations
Color information
#599DAD (or 0x599DAD) is known color: Shakespeare. HEX triplet: 59, 9D and AD. RGB value is (89,157,173). Sum of RGB (Red+Green+Blue) = 89+157+173=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #599DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DAD is #A66252. Grayscale: #8A8A8A. Windows color (decimal): -10904147 or 11378009. OLE color: 11378009.
HSL color Cylindrical-coordinate representation of color #599DAD: hue angle of 191.43º 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 #599DAD is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 157 | 173 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.32 |
| HSL | 191.43º | 0.34% | 0.51% | - |
| HSV(B) | 191.43º | 0.49% | 0.68% | - |
| XYZ | 23.72 | 29.25 | 43.93 | - |
| YUV | 138.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 173 | 0.49 | 0.09 | 0 | 0.32 | 191.43 | 0.34 | 0.51 |
| Hex | 59 | 9D | AD | 31 | 9 | 0 | 20 | BF | 22 | 33 |
| Octal | 131 | 235 | 255 | 61 | 11 | 0 | 40 | 277 | 42 | 63 |
| Binary | 1011001 | 10011101 | 10101101 | 110001 | 1001 | 0 | 100000 | 10111111 | 100010 | 110011 |
Color Harmonies of #599DAD
Complementary color
Monochromatic Colors of #599DAD
Black with #599DAD
Text Example
Text Example
White with #599DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DAD; }
p { color: rgb(89,157,173); }
H1.HeaderClassName
{
color: #599DAD;
}
.AnyTagClassName
{
color: #599DAD;
}
</style>
background-color css
<style>
a { background-color: #599DAD; }
a { background-color: rgb(89,157,173); }
div.DivClassName
{
background-color: #599DAD;
}
.BgClassName
{
background-color: #599DAD;
}
</style>
border-color css
<style>
span { border-color: #599DAD; }
span { border-color: rgb(89,157,173); }
td.TdClassName
{
border-color: #599DAD;
}
.TagClassName
{
border-color: #599DAD;
}
</style>