Shades of Shakespeare #589DB5
Tints of Shakespeare #589DB5
RGB
CMYK
RGB Variations
Color information
#589DB5 (or 0x589DB5) is known color: Shakespeare. HEX triplet: 58, 9D and B5. RGB value is (88,157,181). Sum of RGB (Red+Green+Blue) = 88+157+181=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #589DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DB5 is #A7624A. Grayscale: #8A8A8A. Windows color (decimal): -10969675 or 11902296. OLE color: 11902296.
HSL color Cylindrical-coordinate representation of color #589DB5: hue angle of 195.48º degrees, saturation: 0.39, 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 #589DB5 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 157 | 181 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.29 |
| HSL | 195.48º | 0.39% | 0.53% | - |
| HSV(B) | 195.48º | 0.51% | 0.71% | - |
| XYZ | 24.42 | 29.52 | 48.13 | - |
| YUV | 139.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 181 | 0.51 | 0.13 | 0 | 0.29 | 195.48 | 0.39 | 0.53 |
| Hex | 58 | 9D | B5 | 33 | D | 0 | 1D | C3 | 27 | 35 |
| Octal | 130 | 235 | 265 | 63 | 15 | 0 | 35 | 303 | 47 | 65 |
| Binary | 1011000 | 10011101 | 10110101 | 110011 | 1101 | 0 | 11101 | 11000011 | 100111 | 110101 |
Color Harmonies of #589DB5
Complementary color
Monochromatic Colors of #589DB5
Black with #589DB5
Text Example
Text Example
White with #589DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DB5; }
p { color: rgb(88,157,181); }
H1.HeaderClassName
{
color: #589DB5;
}
.AnyTagClassName
{
color: #589DB5;
}
</style>
background-color css
<style>
a { background-color: #589DB5; }
a { background-color: rgb(88,157,181); }
div.DivClassName
{
background-color: #589DB5;
}
.BgClassName
{
background-color: #589DB5;
}
</style>
border-color css
<style>
span { border-color: #589DB5; }
span { border-color: rgb(88,157,181); }
td.TdClassName
{
border-color: #589DB5;
}
.TagClassName
{
border-color: #589DB5;
}
</style>