Shades of Shakespeare #589DB8
Tints of Shakespeare #589DB8
RGB
CMYK
RGB Variations
Color information
#589DB8 (or 0x589DB8) is known color: Shakespeare. HEX triplet: 58, 9D and B8. RGB value is (88,157,184). Sum of RGB (Red+Green+Blue) = 88+157+184=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #589DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DB8 is #A76247. Grayscale: #8B8B8B. Windows color (decimal): -10969672 or 12098904. OLE color: 12098904.
HSL color Cylindrical-coordinate representation of color #589DB8: hue angle of 196.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #589DB8 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 157 | 184 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.28 |
| HSL | 196.88º | 0.4% | 0.53% | - |
| HSV(B) | 196.88º | 0.52% | 0.72% | - |
| XYZ | 24.73 | 29.65 | 49.77 | - |
| YUV | 139.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 184 | 0.52 | 0.15 | 0 | 0.28 | 196.88 | 0.4 | 0.53 |
| Hex | 58 | 9D | B8 | 34 | F | 0 | 1C | C5 | 28 | 35 |
| Octal | 130 | 235 | 270 | 64 | 17 | 0 | 34 | 305 | 50 | 65 |
| Binary | 1011000 | 10011101 | 10111000 | 110100 | 1111 | 0 | 11100 | 11000101 | 101000 | 110101 |
Color Harmonies of #589DB8
Complementary color
Monochromatic Colors of #589DB8
Black with #589DB8
Text Example
Text Example
White with #589DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DB8; }
p { color: rgb(88,157,184); }
H1.HeaderClassName
{
color: #589DB8;
}
.AnyTagClassName
{
color: #589DB8;
}
</style>
background-color css
<style>
a { background-color: #589DB8; }
a { background-color: rgb(88,157,184); }
div.DivClassName
{
background-color: #589DB8;
}
.BgClassName
{
background-color: #589DB8;
}
</style>
border-color css
<style>
span { border-color: #589DB8; }
span { border-color: rgb(88,157,184); }
td.TdClassName
{
border-color: #589DB8;
}
.TagClassName
{
border-color: #589DB8;
}
</style>