Shades of Shakespeare #599FC1
Tints of Shakespeare #599FC1
RGB
CMYK
RGB Variations
Color information
#599FC1 (or 0x599FC1) is known color: Shakespeare. HEX triplet: 59, 9F and C1. RGB value is (89,159,193). Sum of RGB (Red+Green+Blue) = 89+159+193=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #599FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FC1 is #A6603E. Grayscale: #8D8D8D. Windows color (decimal): -10903615 or 12689241. OLE color: 12689241.
HSL color Cylindrical-coordinate representation of color #599FC1: hue angle of 199.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599FC1 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 159 | 193 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.24 |
| HSL | 199.62º | 0.46% | 0.55% | - |
| HSV(B) | 199.62º | 0.54% | 0.76% | - |
| XYZ | 26.14 | 30.77 | 55.01 | - |
| YUV | 141.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 193 | 0.54 | 0.18 | 0 | 0.24 | 199.62 | 0.46 | 0.55 |
| Hex | 59 | 9F | C1 | 36 | 12 | 0 | 18 | C8 | 2E | 37 |
| Octal | 131 | 237 | 301 | 66 | 22 | 0 | 30 | 310 | 56 | 67 |
| Binary | 1011001 | 10011111 | 11000001 | 110110 | 10010 | 0 | 11000 | 11001000 | 101110 | 110111 |
Color Harmonies of #599FC1
Complementary color
Monochromatic Colors of #599FC1
Black with #599FC1
Text Example
Text Example
White with #599FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FC1; }
p { color: rgb(89,159,193); }
H1.HeaderClassName
{
color: #599FC1;
}
.AnyTagClassName
{
color: #599FC1;
}
</style>
background-color css
<style>
a { background-color: #599FC1; }
a { background-color: rgb(89,159,193); }
div.DivClassName
{
background-color: #599FC1;
}
.BgClassName
{
background-color: #599FC1;
}
</style>
border-color css
<style>
span { border-color: #599FC1; }
span { border-color: rgb(89,159,193); }
td.TdClassName
{
border-color: #599FC1;
}
.TagClassName
{
border-color: #599FC1;
}
</style>