Shades of Shakespeare #599DB0
Tints of Shakespeare #599DB0
RGB
CMYK
RGB Variations
Color information
#599DB0 (or 0x599DB0) is known color: Shakespeare. HEX triplet: 59, 9D and B0. RGB value is (89,157,176). Sum of RGB (Red+Green+Blue) = 89+157+176=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #599DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DB0 is #A6624F. Grayscale: #8A8A8A. Windows color (decimal): -10904144 or 11574617. OLE color: 11574617.
HSL color Cylindrical-coordinate representation of color #599DB0: hue angle of 193.1º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599DB0 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 157 | 176 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.31 |
| HSL | 193.1º | 0.36% | 0.52% | - |
| HSV(B) | 193.1º | 0.49% | 0.69% | - |
| XYZ | 24.01 | 29.37 | 45.48 | - |
| YUV | 138.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 176 | 0.49 | 0.11 | 0 | 0.31 | 193.1 | 0.36 | 0.52 |
| Hex | 59 | 9D | B0 | 31 | B | 0 | 1F | C1 | 24 | 34 |
| Octal | 131 | 235 | 260 | 61 | 13 | 0 | 37 | 301 | 44 | 64 |
| Binary | 1011001 | 10011101 | 10110000 | 110001 | 1011 | 0 | 11111 | 11000001 | 100100 | 110100 |
Color Harmonies of #599DB0
Complementary color
Monochromatic Colors of #599DB0
Black with #599DB0
Text Example
Text Example
White with #599DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DB0; }
p { color: rgb(89,157,176); }
H1.HeaderClassName
{
color: #599DB0;
}
.AnyTagClassName
{
color: #599DB0;
}
</style>
background-color css
<style>
a { background-color: #599DB0; }
a { background-color: rgb(89,157,176); }
div.DivClassName
{
background-color: #599DB0;
}
.BgClassName
{
background-color: #599DB0;
}
</style>
border-color css
<style>
span { border-color: #599DB0; }
span { border-color: rgb(89,157,176); }
td.TdClassName
{
border-color: #599DB0;
}
.TagClassName
{
border-color: #599DB0;
}
</style>