Shades of Shakespeare #5898BD
Tints of Shakespeare #5898BD
RGB
CMYK
RGB Variations
Color information
#5898BD (or 0x5898BD) is known color: Shakespeare. HEX triplet: 58, 98 and BD. RGB value is (88,152,189). Sum of RGB (Red+Green+Blue) = 88+152+189=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #5898BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5898BD is #A76742. Grayscale: #888888. Windows color (decimal): -10970947 or 12425304. OLE color: 12425304.
HSL color Cylindrical-coordinate representation of color #5898BD: hue angle of 201.98º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5898BD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 152 | 189 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.26 |
| HSL | 201.98º | 0.43% | 0.54% | - |
| HSV(B) | 201.98º | 0.53% | 0.74% | - |
| XYZ | 24.44 | 28.21 | 52.3 | - |
| YUV | 137.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 189 | 0.53 | 0.20 | 0 | 0.26 | 201.98 | 0.43 | 0.54 |
| Hex | 58 | 98 | BD | 35 | 14 | 0 | 1A | CA | 2B | 36 |
| Octal | 130 | 230 | 275 | 65 | 24 | 0 | 32 | 312 | 53 | 66 |
| Binary | 1011000 | 10011000 | 10111101 | 110101 | 10100 | 0 | 11010 | 11001010 | 101011 | 110110 |
Color Harmonies of #5898BD
Complementary color
Monochromatic Colors of #5898BD
Black with #5898BD
Text Example
Text Example
White with #5898BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898BD; }
p { color: rgb(88,152,189); }
H1.HeaderClassName
{
color: #5898BD;
}
.AnyTagClassName
{
color: #5898BD;
}
</style>
background-color css
<style>
a { background-color: #5898BD; }
a { background-color: rgb(88,152,189); }
div.DivClassName
{
background-color: #5898BD;
}
.BgClassName
{
background-color: #5898BD;
}
</style>
border-color css
<style>
span { border-color: #5898BD; }
span { border-color: rgb(88,152,189); }
td.TdClassName
{
border-color: #5898BD;
}
.TagClassName
{
border-color: #5898BD;
}
</style>