Shades of Shakespeare #599CAC
Tints of Shakespeare #599CAC
RGB
CMYK
RGB Variations
Color information
#599CAC (or 0x599CAC) is known color: Shakespeare. HEX triplet: 59, 9C and AC. RGB value is (89,156,172). Sum of RGB (Red+Green+Blue) = 89+156+172=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #599CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599CAC is #A66353. Grayscale: #898989. Windows color (decimal): -10904404 or 11312217. OLE color: 11312217.
HSL color Cylindrical-coordinate representation of color #599CAC: hue angle of 191.57º 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 #599CAC is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 156 | 172 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.33 |
| HSL | 191.57º | 0.33% | 0.51% | - |
| HSV(B) | 191.57º | 0.48% | 0.67% | - |
| XYZ | 23.45 | 28.88 | 43.37 | - |
| YUV | 137.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 172 | 0.48 | 0.09 | 0 | 0.33 | 191.57 | 0.33 | 0.51 |
| Hex | 59 | 9C | AC | 30 | 9 | 0 | 21 | C0 | 21 | 33 |
| Octal | 131 | 234 | 254 | 60 | 11 | 0 | 41 | 300 | 41 | 63 |
| Binary | 1011001 | 10011100 | 10101100 | 110000 | 1001 | 0 | 100001 | 11000000 | 100001 | 110011 |
Color Harmonies of #599CAC
Complementary color
Monochromatic Colors of #599CAC
Black with #599CAC
Text Example
Text Example
White with #599CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CAC; }
p { color: rgb(89,156,172); }
H1.HeaderClassName
{
color: #599CAC;
}
.AnyTagClassName
{
color: #599CAC;
}
</style>
background-color css
<style>
a { background-color: #599CAC; }
a { background-color: rgb(89,156,172); }
div.DivClassName
{
background-color: #599CAC;
}
.BgClassName
{
background-color: #599CAC;
}
</style>
border-color css
<style>
span { border-color: #599CAC; }
span { border-color: rgb(89,156,172); }
td.TdClassName
{
border-color: #599CAC;
}
.TagClassName
{
border-color: #599CAC;
}
</style>