Shades of Shakespeare #599DC1
Tints of Shakespeare #599DC1
RGB
CMYK
RGB Variations
Color information
#599DC1 (or 0x599DC1) is known color: Shakespeare. HEX triplet: 59, 9D and C1. RGB value is (89,157,193). Sum of RGB (Red+Green+Blue) = 89+157+193=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #599DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DC1 is #A6623E. Grayscale: #8C8C8C. Windows color (decimal): -10904127 or 12688729. OLE color: 12688729.
HSL color Cylindrical-coordinate representation of color #599DC1: hue angle of 200.77º 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 #599DC1 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 157 | 193 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.24 |
| HSL | 200.77º | 0.46% | 0.55% | - |
| HSV(B) | 200.77º | 0.54% | 0.76% | - |
| XYZ | 25.8 | 30.09 | 54.9 | - |
| YUV | 140.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 193 | 0.54 | 0.19 | 0 | 0.24 | 200.77 | 0.46 | 0.55 |
| Hex | 59 | 9D | C1 | 36 | 13 | 0 | 18 | C9 | 2E | 37 |
| Octal | 131 | 235 | 301 | 66 | 23 | 0 | 30 | 311 | 56 | 67 |
| Binary | 1011001 | 10011101 | 11000001 | 110110 | 10011 | 0 | 11000 | 11001001 | 101110 | 110111 |
Color Harmonies of #599DC1
Complementary color
Monochromatic Colors of #599DC1
Black with #599DC1
Text Example
Text Example
White with #599DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DC1; }
p { color: rgb(89,157,193); }
H1.HeaderClassName
{
color: #599DC1;
}
.AnyTagClassName
{
color: #599DC1;
}
</style>
background-color css
<style>
a { background-color: #599DC1; }
a { background-color: rgb(89,157,193); }
div.DivClassName
{
background-color: #599DC1;
}
.BgClassName
{
background-color: #599DC1;
}
</style>
border-color css
<style>
span { border-color: #599DC1; }
span { border-color: rgb(89,157,193); }
td.TdClassName
{
border-color: #599DC1;
}
.TagClassName
{
border-color: #599DC1;
}
</style>