Shades of Shakespeare #599DB4
Tints of Shakespeare #599DB4
RGB
CMYK
RGB Variations
Color information
#599DB4 (or 0x599DB4) is known color: Shakespeare. HEX triplet: 59, 9D and B4. RGB value is (89,157,180). Sum of RGB (Red+Green+Blue) = 89+157+180=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #599DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DB4 is #A6624B. Grayscale: #8B8B8B. Windows color (decimal): -10904140 or 11836761. OLE color: 11836761.
HSL color Cylindrical-coordinate representation of color #599DB4: hue angle of 195.16º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599DB4 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 157 | 180 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.29 |
| HSL | 195.16º | 0.38% | 0.53% | - |
| HSV(B) | 195.16º | 0.51% | 0.71% | - |
| XYZ | 24.42 | 29.53 | 47.59 | - |
| YUV | 139.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 180 | 0.51 | 0.13 | 0 | 0.29 | 195.16 | 0.38 | 0.53 |
| Hex | 59 | 9D | B4 | 33 | D | 0 | 1D | C3 | 26 | 35 |
| Octal | 131 | 235 | 264 | 63 | 15 | 0 | 35 | 303 | 46 | 65 |
| Binary | 1011001 | 10011101 | 10110100 | 110011 | 1101 | 0 | 11101 | 11000011 | 100110 | 110101 |
Color Harmonies of #599DB4
Complementary color
Monochromatic Colors of #599DB4
Black with #599DB4
Text Example
Text Example
White with #599DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DB4; }
p { color: rgb(89,157,180); }
H1.HeaderClassName
{
color: #599DB4;
}
.AnyTagClassName
{
color: #599DB4;
}
</style>
background-color css
<style>
a { background-color: #599DB4; }
a { background-color: rgb(89,157,180); }
div.DivClassName
{
background-color: #599DB4;
}
.BgClassName
{
background-color: #599DB4;
}
</style>
border-color css
<style>
span { border-color: #599DB4; }
span { border-color: rgb(89,157,180); }
td.TdClassName
{
border-color: #599DB4;
}
.TagClassName
{
border-color: #599DB4;
}
</style>