Shades of Shakespeare #599CC0
Tints of Shakespeare #599CC0
RGB
CMYK
RGB Variations
Color information
#599CC0 (or 0x599CC0) is known color: Shakespeare. HEX triplet: 59, 9C and C0. RGB value is (89,156,192). Sum of RGB (Red+Green+Blue) = 89+156+192=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #599CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC0 is #A6633F. Grayscale: #8B8B8B. Windows color (decimal): -10904384 or 12622937. OLE color: 12622937.
HSL color Cylindrical-coordinate representation of color #599CC0: hue angle of 200.97º 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 #599CC0 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 156 | 192 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.25 |
| HSL | 200.97º | 0.45% | 0.55% | - |
| HSV(B) | 200.97º | 0.54% | 0.75% | - |
| XYZ | 25.52 | 29.71 | 54.26 | - |
| YUV | 140.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 192 | 0.54 | 0.19 | 0 | 0.25 | 200.97 | 0.45 | 0.55 |
| Hex | 59 | 9C | C0 | 36 | 13 | 0 | 19 | C9 | 2D | 37 |
| Octal | 131 | 234 | 300 | 66 | 23 | 0 | 31 | 311 | 55 | 67 |
| Binary | 1011001 | 10011100 | 11000000 | 110110 | 10011 | 0 | 11001 | 11001001 | 101101 | 110111 |
Color Harmonies of #599CC0
Complementary color
Monochromatic Colors of #599CC0
Black with #599CC0
Text Example
Text Example
White with #599CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CC0; }
p { color: rgb(89,156,192); }
H1.HeaderClassName
{
color: #599CC0;
}
.AnyTagClassName
{
color: #599CC0;
}
</style>
background-color css
<style>
a { background-color: #599CC0; }
a { background-color: rgb(89,156,192); }
div.DivClassName
{
background-color: #599CC0;
}
.BgClassName
{
background-color: #599CC0;
}
</style>
border-color css
<style>
span { border-color: #599CC0; }
span { border-color: rgb(89,156,192); }
td.TdClassName
{
border-color: #599CC0;
}
.TagClassName
{
border-color: #599CC0;
}
</style>