Shades of Shakespeare #599AC0
Tints of Shakespeare #599AC0
RGB
CMYK
RGB Variations
Color information
#599AC0 (or 0x599AC0) is known color: Shakespeare. HEX triplet: 59, 9A and C0. RGB value is (89,154,192). Sum of RGB (Red+Green+Blue) = 89+154+192=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #599AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599AC0 is #A6653F. Grayscale: #8A8A8A. Windows color (decimal): -10904896 or 12622425. OLE color: 12622425.
HSL color Cylindrical-coordinate representation of color #599AC0: hue angle of 202.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599AC0 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 154 | 192 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.25 |
| HSL | 202.14º | 0.45% | 0.55% | - |
| HSV(B) | 202.14º | 0.54% | 0.75% | - |
| XYZ | 25.19 | 29.04 | 54.15 | - |
| YUV | 138.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 192 | 0.54 | 0.20 | 0 | 0.25 | 202.14 | 0.45 | 0.55 |
| Hex | 59 | 9A | C0 | 36 | 14 | 0 | 19 | CA | 2D | 37 |
| Octal | 131 | 232 | 300 | 66 | 24 | 0 | 31 | 312 | 55 | 67 |
| Binary | 1011001 | 10011010 | 11000000 | 110110 | 10100 | 0 | 11001 | 11001010 | 101101 | 110111 |
Color Harmonies of #599AC0
Complementary color
Monochromatic Colors of #599AC0
Black with #599AC0
Text Example
Text Example
White with #599AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AC0; }
p { color: rgb(89,154,192); }
H1.HeaderClassName
{
color: #599AC0;
}
.AnyTagClassName
{
color: #599AC0;
}
</style>
background-color css
<style>
a { background-color: #599AC0; }
a { background-color: rgb(89,154,192); }
div.DivClassName
{
background-color: #599AC0;
}
.BgClassName
{
background-color: #599AC0;
}
</style>
border-color css
<style>
span { border-color: #599AC0; }
span { border-color: rgb(89,154,192); }
td.TdClassName
{
border-color: #599AC0;
}
.TagClassName
{
border-color: #599AC0;
}
</style>