Shades of Shakespeare #599AAC
Tints of Shakespeare #599AAC
RGB
CMYK
RGB Variations
Color information
#599AAC (or 0x599AAC) is known color: Shakespeare. HEX triplet: 59, 9A and AC. RGB value is (89,154,172). Sum of RGB (Red+Green+Blue) = 89+154+172=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #599AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AAC is #A66553. Grayscale: #888888. Windows color (decimal): -10904916 or 11311705. OLE color: 11311705.
HSL color Cylindrical-coordinate representation of color #599AAC: hue angle of 193.01º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599AAC is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 154 | 172 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.33 |
| HSL | 193.01º | 0.33% | 0.51% | - |
| HSV(B) | 193.01º | 0.48% | 0.67% | - |
| XYZ | 23.12 | 28.21 | 43.26 | - |
| YUV | 136.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 172 | 0.48 | 0.10 | 0 | 0.33 | 193.01 | 0.33 | 0.51 |
| Hex | 59 | 9A | AC | 30 | A | 0 | 21 | C1 | 21 | 33 |
| Octal | 131 | 232 | 254 | 60 | 12 | 0 | 41 | 301 | 41 | 63 |
| Binary | 1011001 | 10011010 | 10101100 | 110000 | 1010 | 0 | 100001 | 11000001 | 100001 | 110011 |
Color Harmonies of #599AAC
Complementary color
Monochromatic Colors of #599AAC
Black with #599AAC
Text Example
Text Example
White with #599AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AAC; }
p { color: rgb(89,154,172); }
H1.HeaderClassName
{
color: #599AAC;
}
.AnyTagClassName
{
color: #599AAC;
}
</style>
background-color css
<style>
a { background-color: #599AAC; }
a { background-color: rgb(89,154,172); }
div.DivClassName
{
background-color: #599AAC;
}
.BgClassName
{
background-color: #599AAC;
}
</style>
border-color css
<style>
span { border-color: #599AAC; }
span { border-color: rgb(89,154,172); }
td.TdClassName
{
border-color: #599AAC;
}
.TagClassName
{
border-color: #599AAC;
}
</style>