Shades of Shakespeare #599EC3
Tints of Shakespeare #599EC3
RGB
CMYK
RGB Variations
Color information
#599EC3 (or 0x599EC3) is known color: Shakespeare. HEX triplet: 59, 9E and C3. RGB value is (89,158,195). Sum of RGB (Red+Green+Blue) = 89+158+195=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #599EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EC3 is #A6613C. Grayscale: #8D8D8D. Windows color (decimal): -10903869 or 12820057. OLE color: 12820057.
HSL color Cylindrical-coordinate representation of color #599EC3: hue angle of 200.94º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599EC3 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 158 | 195 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.24 |
| HSL | 200.94º | 0.47% | 0.56% | - |
| HSV(B) | 200.94º | 0.54% | 0.76% | - |
| XYZ | 26.2 | 30.52 | 56.14 | - |
| YUV | 141.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 195 | 0.54 | 0.19 | 0 | 0.24 | 200.94 | 0.47 | 0.56 |
| Hex | 59 | 9E | C3 | 36 | 13 | 0 | 18 | C9 | 2F | 38 |
| Octal | 131 | 236 | 303 | 66 | 23 | 0 | 30 | 311 | 57 | 70 |
| Binary | 1011001 | 10011110 | 11000011 | 110110 | 10011 | 0 | 11000 | 11001001 | 101111 | 111000 |
Color Harmonies of #599EC3
Complementary color
Monochromatic Colors of #599EC3
Black with #599EC3
Text Example
Text Example
White with #599EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EC3; }
p { color: rgb(89,158,195); }
H1.HeaderClassName
{
color: #599EC3;
}
.AnyTagClassName
{
color: #599EC3;
}
</style>
background-color css
<style>
a { background-color: #599EC3; }
a { background-color: rgb(89,158,195); }
div.DivClassName
{
background-color: #599EC3;
}
.BgClassName
{
background-color: #599EC3;
}
</style>
border-color css
<style>
span { border-color: #599EC3; }
span { border-color: rgb(89,158,195); }
td.TdClassName
{
border-color: #599EC3;
}
.TagClassName
{
border-color: #599EC3;
}
</style>