Shades of Shakespeare #599BAF
Tints of Shakespeare #599BAF
RGB
CMYK
RGB Variations
Color information
#599BAF (or 0x599BAF) is known color: Shakespeare. HEX triplet: 59, 9B and AF. RGB value is (89,155,175). Sum of RGB (Red+Green+Blue) = 89+155+175=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #599BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAF is #A66450. Grayscale: #898989. Windows color (decimal): -10904657 or 11508569. OLE color: 11508569.
HSL color Cylindrical-coordinate representation of color #599BAF: hue angle of 193.95º degrees, saturation: 0.35, 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 #599BAF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 155 | 175 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.31 |
| HSL | 193.95º | 0.35% | 0.52% | - |
| HSV(B) | 193.95º | 0.49% | 0.69% | - |
| XYZ | 23.58 | 28.66 | 44.85 | - |
| YUV | 137.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 175 | 0.49 | 0.11 | 0 | 0.31 | 193.95 | 0.35 | 0.52 |
| Hex | 59 | 9B | AF | 31 | B | 0 | 1F | C2 | 23 | 34 |
| Octal | 131 | 233 | 257 | 61 | 13 | 0 | 37 | 302 | 43 | 64 |
| Binary | 1011001 | 10011011 | 10101111 | 110001 | 1011 | 0 | 11111 | 11000010 | 100011 | 110100 |
Color Harmonies of #599BAF
Complementary color
Monochromatic Colors of #599BAF
Black with #599BAF
Text Example
Text Example
White with #599BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BAF; }
p { color: rgb(89,155,175); }
H1.HeaderClassName
{
color: #599BAF;
}
.AnyTagClassName
{
color: #599BAF;
}
</style>
background-color css
<style>
a { background-color: #599BAF; }
a { background-color: rgb(89,155,175); }
div.DivClassName
{
background-color: #599BAF;
}
.BgClassName
{
background-color: #599BAF;
}
</style>
border-color css
<style>
span { border-color: #599BAF; }
span { border-color: rgb(89,155,175); }
td.TdClassName
{
border-color: #599BAF;
}
.TagClassName
{
border-color: #599BAF;
}
</style>