Shades of Shakespeare #589DB4
Tints of Shakespeare #589DB4
RGB
CMYK
RGB Variations
Color information
#589DB4 (or 0x589DB4) is known color: Shakespeare. HEX triplet: 58, 9D and B4. RGB value is (88,157,180). Sum of RGB (Red+Green+Blue) = 88+157+180=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #589DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DB4 is #A7624B. Grayscale: #8A8A8A. Windows color (decimal): -10969676 or 11836760. OLE color: 11836760.
HSL color Cylindrical-coordinate representation of color #589DB4: hue angle of 195º 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 #589DB4 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 157 | 180 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.29 |
| HSL | 195º | 0.38% | 0.53% | - |
| HSV(B) | 195º | 0.51% | 0.71% | - |
| XYZ | 24.32 | 29.48 | 47.59 | - |
| YUV | 138.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 180 | 0.51 | 0.13 | 0 | 0.29 | 195 | 0.38 | 0.53 |
| Hex | 58 | 9D | B4 | 33 | D | 0 | 1D | C3 | 26 | 35 |
| Octal | 130 | 235 | 264 | 63 | 15 | 0 | 35 | 303 | 46 | 65 |
| Binary | 1011000 | 10011101 | 10110100 | 110011 | 1101 | 0 | 11101 | 11000011 | 100110 | 110101 |
Color Harmonies of #589DB4
Complementary color
Monochromatic Colors of #589DB4
Black with #589DB4
Text Example
Text Example
White with #589DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DB4; }
p { color: rgb(88,157,180); }
H1.HeaderClassName
{
color: #589DB4;
}
.AnyTagClassName
{
color: #589DB4;
}
</style>
background-color css
<style>
a { background-color: #589DB4; }
a { background-color: rgb(88,157,180); }
div.DivClassName
{
background-color: #589DB4;
}
.BgClassName
{
background-color: #589DB4;
}
</style>
border-color css
<style>
span { border-color: #589DB4; }
span { border-color: rgb(88,157,180); }
td.TdClassName
{
border-color: #589DB4;
}
.TagClassName
{
border-color: #589DB4;
}
</style>