Shades of Shakespeare #589CAD
Tints of Shakespeare #589CAD
RGB
CMYK
RGB Variations
Color information
#589CAD (or 0x589CAD) is known color: Shakespeare. HEX triplet: 58, 9C and AD. RGB value is (88,156,173). Sum of RGB (Red+Green+Blue) = 88+156+173=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #589CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589CAD is #A76352. Grayscale: #898989. Windows color (decimal): -10969939 or 11377752. OLE color: 11377752.
HSL color Cylindrical-coordinate representation of color #589CAD: hue angle of 192º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589CAD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 156 | 173 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.32 |
| HSL | 192º | 0.34% | 0.51% | - |
| HSV(B) | 192º | 0.49% | 0.68% | - |
| XYZ | 23.46 | 28.87 | 43.87 | - |
| YUV | 137.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 173 | 0.49 | 0.10 | 0 | 0.32 | 192 | 0.34 | 0.51 |
| Hex | 58 | 9C | AD | 31 | A | 0 | 20 | C0 | 22 | 33 |
| Octal | 130 | 234 | 255 | 61 | 12 | 0 | 40 | 300 | 42 | 63 |
| Binary | 1011000 | 10011100 | 10101101 | 110001 | 1010 | 0 | 100000 | 11000000 | 100010 | 110011 |
Color Harmonies of #589CAD
Complementary color
Monochromatic Colors of #589CAD
Black with #589CAD
Text Example
Text Example
White with #589CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CAD; }
p { color: rgb(88,156,173); }
H1.HeaderClassName
{
color: #589CAD;
}
.AnyTagClassName
{
color: #589CAD;
}
</style>
background-color css
<style>
a { background-color: #589CAD; }
a { background-color: rgb(88,156,173); }
div.DivClassName
{
background-color: #589CAD;
}
.BgClassName
{
background-color: #589CAD;
}
</style>
border-color css
<style>
span { border-color: #589CAD; }
span { border-color: rgb(88,156,173); }
td.TdClassName
{
border-color: #589CAD;
}
.TagClassName
{
border-color: #589CAD;
}
</style>