Shades of Shakespeare #599DB7
Tints of Shakespeare #599DB7
RGB
CMYK
RGB Variations
Color information
#599DB7 (or 0x599DB7) is known color: Shakespeare. HEX triplet: 59, 9D and B7. RGB value is (89,157,183). Sum of RGB (Red+Green+Blue) = 89+157+183=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 183 - color contains mainly: blue. Hex color #599DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DB7 is #A66248. Grayscale: #8B8B8B. Windows color (decimal): -10904137 or 12033369. OLE color: 12033369.
HSL color Cylindrical-coordinate representation of color #599DB7: hue angle of 196.6º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599DB7 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 157 | 183 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.28 |
| HSL | 196.6º | 0.39% | 0.53% | - |
| HSV(B) | 196.6º | 0.51% | 0.72% | - |
| XYZ | 24.72 | 29.66 | 49.22 | - |
| YUV | 139.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 183 | 0.51 | 0.14 | 0 | 0.28 | 196.6 | 0.39 | 0.53 |
| Hex | 59 | 9D | B7 | 33 | E | 0 | 1C | C5 | 27 | 35 |
| Octal | 131 | 235 | 267 | 63 | 16 | 0 | 34 | 305 | 47 | 65 |
| Binary | 1011001 | 10011101 | 10110111 | 110011 | 1110 | 0 | 11100 | 11000101 | 100111 | 110101 |
Color Harmonies of #599DB7
Complementary color
Monochromatic Colors of #599DB7
Black with #599DB7
Text Example
Text Example
White with #599DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DB7; }
p { color: rgb(89,157,183); }
H1.HeaderClassName
{
color: #599DB7;
}
.AnyTagClassName
{
color: #599DB7;
}
</style>
background-color css
<style>
a { background-color: #599DB7; }
a { background-color: rgb(89,157,183); }
div.DivClassName
{
background-color: #599DB7;
}
.BgClassName
{
background-color: #599DB7;
}
</style>
border-color css
<style>
span { border-color: #599DB7; }
span { border-color: rgb(89,157,183); }
td.TdClassName
{
border-color: #599DB7;
}
.TagClassName
{
border-color: #599DB7;
}
</style>