Shades of Shakespeare #599BBF
Tints of Shakespeare #599BBF
RGB
CMYK
RGB Variations
Color information
#599BBF (or 0x599BBF) is known color: Shakespeare. HEX triplet: 59, 9B and BF. RGB value is (89,155,191). Sum of RGB (Red+Green+Blue) = 89+155+191=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #599BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BBF is #A66440. Grayscale: #8B8B8B. Windows color (decimal): -10904641 or 12557145. OLE color: 12557145.
HSL color Cylindrical-coordinate representation of color #599BBF: hue angle of 201.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599BBF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 155 | 191 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.25 |
| HSL | 201.18º | 0.44% | 0.55% | - |
| HSV(B) | 201.18º | 0.53% | 0.75% | - |
| XYZ | 25.25 | 29.33 | 53.62 | - |
| YUV | 139.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 191 | 0.53 | 0.19 | 0 | 0.25 | 201.18 | 0.44 | 0.55 |
| Hex | 59 | 9B | BF | 35 | 13 | 0 | 19 | C9 | 2C | 37 |
| Octal | 131 | 233 | 277 | 65 | 23 | 0 | 31 | 311 | 54 | 67 |
| Binary | 1011001 | 10011011 | 10111111 | 110101 | 10011 | 0 | 11001 | 11001001 | 101100 | 110111 |
Color Harmonies of #599BBF
Complementary color
Monochromatic Colors of #599BBF
Black with #599BBF
Text Example
Text Example
White with #599BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BBF; }
p { color: rgb(89,155,191); }
H1.HeaderClassName
{
color: #599BBF;
}
.AnyTagClassName
{
color: #599BBF;
}
</style>
background-color css
<style>
a { background-color: #599BBF; }
a { background-color: rgb(89,155,191); }
div.DivClassName
{
background-color: #599BBF;
}
.BgClassName
{
background-color: #599BBF;
}
</style>
border-color css
<style>
span { border-color: #599BBF; }
span { border-color: rgb(89,155,191); }
td.TdClassName
{
border-color: #599BBF;
}
.TagClassName
{
border-color: #599BBF;
}
</style>