Shades of Shakespeare #589ABA
Tints of Shakespeare #589ABA
RGB
CMYK
RGB Variations
Color information
#589ABA (or 0x589ABA) is known color: Shakespeare. HEX triplet: 58, 9A and BA. RGB value is (88,154,186). Sum of RGB (Red+Green+Blue) = 88+154+186=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #589ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ABA is #A76545. Grayscale: #898989. Windows color (decimal): -10970438 or 12229208. OLE color: 12229208.
HSL color Cylindrical-coordinate representation of color #589ABA: hue angle of 199.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #589ABA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 154 | 186 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.27 |
| HSL | 199.59º | 0.42% | 0.54% | - |
| HSV(B) | 199.59º | 0.53% | 0.73% | - |
| XYZ | 24.44 | 28.73 | 50.71 | - |
| YUV | 137.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 186 | 0.53 | 0.17 | 0 | 0.27 | 199.59 | 0.42 | 0.54 |
| Hex | 58 | 9A | BA | 35 | 11 | 0 | 1B | C8 | 2A | 36 |
| Octal | 130 | 232 | 272 | 65 | 21 | 0 | 33 | 310 | 52 | 66 |
| Binary | 1011000 | 10011010 | 10111010 | 110101 | 10001 | 0 | 11011 | 11001000 | 101010 | 110110 |
Color Harmonies of #589ABA
Complementary color
Monochromatic Colors of #589ABA
Black with #589ABA
Text Example
Text Example
White with #589ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ABA; }
p { color: rgb(88,154,186); }
H1.HeaderClassName
{
color: #589ABA;
}
.AnyTagClassName
{
color: #589ABA;
}
</style>
background-color css
<style>
a { background-color: #589ABA; }
a { background-color: rgb(88,154,186); }
div.DivClassName
{
background-color: #589ABA;
}
.BgClassName
{
background-color: #589ABA;
}
</style>
border-color css
<style>
span { border-color: #589ABA; }
span { border-color: rgb(88,154,186); }
td.TdClassName
{
border-color: #589ABA;
}
.TagClassName
{
border-color: #589ABA;
}
</style>