Shades of Shakespeare #589CB8
Tints of Shakespeare #589CB8
RGB
CMYK
RGB Variations
Color information
#589CB8 (or 0x589CB8) is known color: Shakespeare. HEX triplet: 58, 9C and B8. RGB value is (88,156,184). Sum of RGB (Red+Green+Blue) = 88+156+184=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #589CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CB8 is #A76347. Grayscale: #8A8A8A. Windows color (decimal): -10969928 or 12098648. OLE color: 12098648.
HSL color Cylindrical-coordinate representation of color #589CB8: hue angle of 197.5º 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 #589CB8 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 156 | 184 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.28 |
| HSL | 197.5º | 0.4% | 0.53% | - |
| HSV(B) | 197.5º | 0.52% | 0.72% | - |
| XYZ | 24.56 | 29.31 | 49.71 | - |
| YUV | 138.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 184 | 0.52 | 0.15 | 0 | 0.28 | 197.5 | 0.4 | 0.53 |
| Hex | 58 | 9C | B8 | 34 | F | 0 | 1C | C6 | 28 | 35 |
| Octal | 130 | 234 | 270 | 64 | 17 | 0 | 34 | 306 | 50 | 65 |
| Binary | 1011000 | 10011100 | 10111000 | 110100 | 1111 | 0 | 11100 | 11000110 | 101000 | 110101 |
Color Harmonies of #589CB8
Complementary color
Monochromatic Colors of #589CB8
Black with #589CB8
Text Example
Text Example
White with #589CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CB8; }
p { color: rgb(88,156,184); }
H1.HeaderClassName
{
color: #589CB8;
}
.AnyTagClassName
{
color: #589CB8;
}
</style>
background-color css
<style>
a { background-color: #589CB8; }
a { background-color: rgb(88,156,184); }
div.DivClassName
{
background-color: #589CB8;
}
.BgClassName
{
background-color: #589CB8;
}
</style>
border-color css
<style>
span { border-color: #589CB8; }
span { border-color: rgb(88,156,184); }
td.TdClassName
{
border-color: #589CB8;
}
.TagClassName
{
border-color: #589CB8;
}
</style>