Shades of Shakespeare #599DC2
Tints of Shakespeare #599DC2
RGB
CMYK
RGB Variations
Color information
#599DC2 (or 0x599DC2) is known color: Shakespeare. HEX triplet: 59, 9D and C2. RGB value is (89,157,194). Sum of RGB (Red+Green+Blue) = 89+157+194=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #599DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DC2 is #A6623D. Grayscale: #8C8C8C. Windows color (decimal): -10904126 or 12754265. OLE color: 12754265.
HSL color Cylindrical-coordinate representation of color #599DC2: hue angle of 201.14º 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 #599DC2 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 157 | 194 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.24 |
| HSL | 201.14º | 0.46% | 0.55% | - |
| HSV(B) | 201.14º | 0.54% | 0.76% | - |
| XYZ | 25.91 | 30.13 | 55.49 | - |
| YUV | 140.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 194 | 0.54 | 0.19 | 0 | 0.24 | 201.14 | 0.46 | 0.55 |
| Hex | 59 | 9D | C2 | 36 | 13 | 0 | 18 | C9 | 2E | 37 |
| Octal | 131 | 235 | 302 | 66 | 23 | 0 | 30 | 311 | 56 | 67 |
| Binary | 1011001 | 10011101 | 11000010 | 110110 | 10011 | 0 | 11000 | 11001001 | 101110 | 110111 |
Color Harmonies of #599DC2
Complementary color
Monochromatic Colors of #599DC2
Black with #599DC2
Text Example
Text Example
White with #599DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DC2; }
p { color: rgb(89,157,194); }
H1.HeaderClassName
{
color: #599DC2;
}
.AnyTagClassName
{
color: #599DC2;
}
</style>
background-color css
<style>
a { background-color: #599DC2; }
a { background-color: rgb(89,157,194); }
div.DivClassName
{
background-color: #599DC2;
}
.BgClassName
{
background-color: #599DC2;
}
</style>
border-color css
<style>
span { border-color: #599DC2; }
span { border-color: rgb(89,157,194); }
td.TdClassName
{
border-color: #599DC2;
}
.TagClassName
{
border-color: #599DC2;
}
</style>