Shades of Shakespeare #5899BD
Tints of Shakespeare #5899BD
RGB
CMYK
RGB Variations
Color information
#5899BD (or 0x5899BD) is known color: Shakespeare. HEX triplet: 58, 99 and BD. RGB value is (88,153,189). Sum of RGB (Red+Green+Blue) = 88+153+189=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #5899BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899BD is #A76642. Grayscale: #898989. Windows color (decimal): -10970691 or 12425560. OLE color: 12425560.
HSL color Cylindrical-coordinate representation of color #5899BD: hue angle of 201.39º 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 #5899BD is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 153 | 189 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.26 |
| HSL | 201.39º | 0.43% | 0.54% | - |
| HSV(B) | 201.39º | 0.53% | 0.74% | - |
| XYZ | 24.6 | 28.53 | 52.35 | - |
| YUV | 137.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 189 | 0.53 | 0.19 | 0 | 0.26 | 201.39 | 0.43 | 0.54 |
| Hex | 58 | 99 | BD | 35 | 13 | 0 | 1A | C9 | 2B | 36 |
| Octal | 130 | 231 | 275 | 65 | 23 | 0 | 32 | 311 | 53 | 66 |
| Binary | 1011000 | 10011001 | 10111101 | 110101 | 10011 | 0 | 11010 | 11001001 | 101011 | 110110 |
Color Harmonies of #5899BD
Complementary color
Monochromatic Colors of #5899BD
Black with #5899BD
Text Example
Text Example
White with #5899BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5899BD; }
p { color: rgb(88,153,189); }
H1.HeaderClassName
{
color: #5899BD;
}
.AnyTagClassName
{
color: #5899BD;
}
</style>
background-color css
<style>
a { background-color: #5899BD; }
a { background-color: rgb(88,153,189); }
div.DivClassName
{
background-color: #5899BD;
}
.BgClassName
{
background-color: #5899BD;
}
</style>
border-color css
<style>
span { border-color: #5899BD; }
span { border-color: rgb(88,153,189); }
td.TdClassName
{
border-color: #5899BD;
}
.TagClassName
{
border-color: #5899BD;
}
</style>