Shades of Shakespeare #599BAD
Tints of Shakespeare #599BAD
RGB
CMYK
RGB Variations
Color information
#599BAD (or 0x599BAD) is known color: Shakespeare. HEX triplet: 59, 9B and AD. RGB value is (89,155,173). Sum of RGB (Red+Green+Blue) = 89+155+173=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #599BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAD is #A66452. Grayscale: #898989. Windows color (decimal): -10904659 or 11377497. OLE color: 11377497.
HSL color Cylindrical-coordinate representation of color #599BAD: hue angle of 192.86º 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 #599BAD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 155 | 173 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.32 |
| HSL | 192.86º | 0.34% | 0.51% | - |
| HSV(B) | 192.86º | 0.49% | 0.68% | - |
| XYZ | 23.38 | 28.58 | 43.82 | - |
| YUV | 137.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 173 | 0.49 | 0.10 | 0 | 0.32 | 192.86 | 0.34 | 0.51 |
| Hex | 59 | 9B | AD | 31 | A | 0 | 20 | C1 | 22 | 33 |
| Octal | 131 | 233 | 255 | 61 | 12 | 0 | 40 | 301 | 42 | 63 |
| Binary | 1011001 | 10011011 | 10101101 | 110001 | 1010 | 0 | 100000 | 11000001 | 100010 | 110011 |
Color Harmonies of #599BAD
Complementary color
Monochromatic Colors of #599BAD
Black with #599BAD
Text Example
Text Example
White with #599BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BAD; }
p { color: rgb(89,155,173); }
H1.HeaderClassName
{
color: #599BAD;
}
.AnyTagClassName
{
color: #599BAD;
}
</style>
background-color css
<style>
a { background-color: #599BAD; }
a { background-color: rgb(89,155,173); }
div.DivClassName
{
background-color: #599BAD;
}
.BgClassName
{
background-color: #599BAD;
}
</style>
border-color css
<style>
span { border-color: #599BAD; }
span { border-color: rgb(89,155,173); }
td.TdClassName
{
border-color: #599BAD;
}
.TagClassName
{
border-color: #599BAD;
}
</style>