Shades of Shakespeare #589AB4
Tints of Shakespeare #589AB4
RGB
CMYK
RGB Variations
Color information
#589AB4 (or 0x589AB4) is known color: Shakespeare. HEX triplet: 58, 9A and B4. RGB value is (88,154,180). Sum of RGB (Red+Green+Blue) = 88+154+180=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #589AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AB4 is #A7654B. Grayscale: #898989. Windows color (decimal): -10970444 or 11835992. OLE color: 11835992.
HSL color Cylindrical-coordinate representation of color #589AB4: hue angle of 196.96º 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 #589AB4 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 154 | 180 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.29 |
| HSL | 196.96º | 0.38% | 0.53% | - |
| HSV(B) | 196.96º | 0.51% | 0.71% | - |
| XYZ | 23.82 | 28.48 | 47.42 | - |
| YUV | 137.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 180 | 0.51 | 0.14 | 0 | 0.29 | 196.96 | 0.38 | 0.53 |
| Hex | 58 | 9A | B4 | 33 | E | 0 | 1D | C5 | 26 | 35 |
| Octal | 130 | 232 | 264 | 63 | 16 | 0 | 35 | 305 | 46 | 65 |
| Binary | 1011000 | 10011010 | 10110100 | 110011 | 1110 | 0 | 11101 | 11000101 | 100110 | 110101 |
Color Harmonies of #589AB4
Complementary color
Monochromatic Colors of #589AB4
Black with #589AB4
Text Example
Text Example
White with #589AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AB4; }
p { color: rgb(88,154,180); }
H1.HeaderClassName
{
color: #589AB4;
}
.AnyTagClassName
{
color: #589AB4;
}
</style>
background-color css
<style>
a { background-color: #589AB4; }
a { background-color: rgb(88,154,180); }
div.DivClassName
{
background-color: #589AB4;
}
.BgClassName
{
background-color: #589AB4;
}
</style>
border-color css
<style>
span { border-color: #589AB4; }
span { border-color: rgb(88,154,180); }
td.TdClassName
{
border-color: #589AB4;
}
.TagClassName
{
border-color: #589AB4;
}
</style>