Shades of Shakespeare #589BBA
Tints of Shakespeare #589BBA
RGB
CMYK
RGB Variations
Color information
#589BBA (or 0x589BBA) is known color: Shakespeare. HEX triplet: 58, 9B and BA. RGB value is (88,155,186). Sum of RGB (Red+Green+Blue) = 88+155+186=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #589BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BBA is #A76445. Grayscale: #8A8A8A. Windows color (decimal): -10970182 or 12229464. OLE color: 12229464.
HSL color Cylindrical-coordinate representation of color #589BBA: hue angle of 198.98º 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 #589BBA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 155 | 186 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.27 |
| HSL | 198.98º | 0.42% | 0.54% | - |
| HSV(B) | 198.98º | 0.53% | 0.73% | - |
| XYZ | 24.61 | 29.06 | 50.77 | - |
| YUV | 138.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 186 | 0.53 | 0.17 | 0 | 0.27 | 198.98 | 0.42 | 0.54 |
| Hex | 58 | 9B | BA | 35 | 11 | 0 | 1B | C7 | 2A | 36 |
| Octal | 130 | 233 | 272 | 65 | 21 | 0 | 33 | 307 | 52 | 66 |
| Binary | 1011000 | 10011011 | 10111010 | 110101 | 10001 | 0 | 11011 | 11000111 | 101010 | 110110 |
Color Harmonies of #589BBA
Complementary color
Monochromatic Colors of #589BBA
Black with #589BBA
Text Example
Text Example
White with #589BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BBA; }
p { color: rgb(88,155,186); }
H1.HeaderClassName
{
color: #589BBA;
}
.AnyTagClassName
{
color: #589BBA;
}
</style>
background-color css
<style>
a { background-color: #589BBA; }
a { background-color: rgb(88,155,186); }
div.DivClassName
{
background-color: #589BBA;
}
.BgClassName
{
background-color: #589BBA;
}
</style>
border-color css
<style>
span { border-color: #589BBA; }
span { border-color: rgb(88,155,186); }
td.TdClassName
{
border-color: #589BBA;
}
.TagClassName
{
border-color: #589BBA;
}
</style>