Shades of Shakespeare #599CBE
Tints of Shakespeare #599CBE
RGB
CMYK
RGB Variations
Color information
#599CBE (or 0x599CBE) is known color: Shakespeare. HEX triplet: 59, 9C and BE. RGB value is (89,156,190). Sum of RGB (Red+Green+Blue) = 89+156+190=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #599CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CBE is #A66341. Grayscale: #8B8B8B. Windows color (decimal): -10904386 or 12491865. OLE color: 12491865.
HSL color Cylindrical-coordinate representation of color #599CBE: hue angle of 200.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599CBE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 156 | 190 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.25 |
| HSL | 200.2º | 0.44% | 0.55% | - |
| HSV(B) | 200.2º | 0.53% | 0.75% | - |
| XYZ | 25.3 | 29.62 | 53.1 | - |
| YUV | 139.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 190 | 0.53 | 0.18 | 0 | 0.25 | 200.2 | 0.44 | 0.55 |
| Hex | 59 | 9C | BE | 35 | 12 | 0 | 19 | C8 | 2C | 37 |
| Octal | 131 | 234 | 276 | 65 | 22 | 0 | 31 | 310 | 54 | 67 |
| Binary | 1011001 | 10011100 | 10111110 | 110101 | 10010 | 0 | 11001 | 11001000 | 101100 | 110111 |
Color Harmonies of #599CBE
Complementary color
Monochromatic Colors of #599CBE
Black with #599CBE
Text Example
Text Example
White with #599CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CBE; }
p { color: rgb(89,156,190); }
H1.HeaderClassName
{
color: #599CBE;
}
.AnyTagClassName
{
color: #599CBE;
}
</style>
background-color css
<style>
a { background-color: #599CBE; }
a { background-color: rgb(89,156,190); }
div.DivClassName
{
background-color: #599CBE;
}
.BgClassName
{
background-color: #599CBE;
}
</style>
border-color css
<style>
span { border-color: #599CBE; }
span { border-color: rgb(89,156,190); }
td.TdClassName
{
border-color: #599CBE;
}
.TagClassName
{
border-color: #599CBE;
}
</style>