Shades of Shakespeare #599ABC
Tints of Shakespeare #599ABC
RGB
CMYK
RGB Variations
Color information
#599ABC (or 0x599ABC) is known color: Shakespeare. HEX triplet: 59, 9A and BC. RGB value is (89,154,188). Sum of RGB (Red+Green+Blue) = 89+154+188=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #599ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ABC is #A66543. Grayscale: #8A8A8A. Windows color (decimal): -10904900 or 12360281. OLE color: 12360281.
HSL color Cylindrical-coordinate representation of color #599ABC: hue angle of 200.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599ABC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 154 | 188 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.26 |
| HSL | 200.61º | 0.42% | 0.54% | - |
| HSV(B) | 200.61º | 0.53% | 0.74% | - |
| XYZ | 24.75 | 28.87 | 51.84 | - |
| YUV | 138.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 188 | 0.53 | 0.18 | 0 | 0.26 | 200.61 | 0.42 | 0.54 |
| Hex | 59 | 9A | BC | 35 | 12 | 0 | 1A | C9 | 2A | 36 |
| Octal | 131 | 232 | 274 | 65 | 22 | 0 | 32 | 311 | 52 | 66 |
| Binary | 1011001 | 10011010 | 10111100 | 110101 | 10010 | 0 | 11010 | 11001001 | 101010 | 110110 |
Color Harmonies of #599ABC
Complementary color
Monochromatic Colors of #599ABC
Black with #599ABC
Text Example
Text Example
White with #599ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ABC; }
p { color: rgb(89,154,188); }
H1.HeaderClassName
{
color: #599ABC;
}
.AnyTagClassName
{
color: #599ABC;
}
</style>
background-color css
<style>
a { background-color: #599ABC; }
a { background-color: rgb(89,154,188); }
div.DivClassName
{
background-color: #599ABC;
}
.BgClassName
{
background-color: #599ABC;
}
</style>
border-color css
<style>
span { border-color: #599ABC; }
span { border-color: rgb(89,154,188); }
td.TdClassName
{
border-color: #599ABC;
}
.TagClassName
{
border-color: #599ABC;
}
</style>