Shades of Shakespeare #5598BD
Tints of Shakespeare #5598BD
RGB
CMYK
RGB Variations
Color information
#5598BD (or 0x5598BD) is known color: Shakespeare. HEX triplet: 55, 98 and BD. RGB value is (85,152,189). Sum of RGB (Red+Green+Blue) = 85+152+189=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #5598BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5598BD is #AA6742. Grayscale: #878787. Windows color (decimal): -11167555 or 12425301. OLE color: 12425301.
HSL color Cylindrical-coordinate representation of color #5598BD: hue angle of 201.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5598BD is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 152 | 189 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.26 |
| HSL | 201.35º | 0.44% | 0.54% | - |
| HSV(B) | 201.35º | 0.55% | 0.74% | - |
| XYZ | 24.16 | 28.06 | 52.29 | - |
| YUV | 136.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 189 | 0.55 | 0.20 | 0 | 0.26 | 201.35 | 0.44 | 0.54 |
| Hex | 55 | 98 | BD | 37 | 14 | 0 | 1A | C9 | 2C | 36 |
| Octal | 125 | 230 | 275 | 67 | 24 | 0 | 32 | 311 | 54 | 66 |
| Binary | 1010101 | 10011000 | 10111101 | 110111 | 10100 | 0 | 11010 | 11001001 | 101100 | 110110 |
Color Harmonies of #5598BD
Complementary color
Monochromatic Colors of #5598BD
Black with #5598BD
Text Example
Text Example
White with #5598BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5598BD; }
p { color: rgb(85,152,189); }
H1.HeaderClassName
{
color: #5598BD;
}
.AnyTagClassName
{
color: #5598BD;
}
</style>
background-color css
<style>
a { background-color: #5598BD; }
a { background-color: rgb(85,152,189); }
div.DivClassName
{
background-color: #5598BD;
}
.BgClassName
{
background-color: #5598BD;
}
</style>
border-color css
<style>
span { border-color: #5598BD; }
span { border-color: rgb(85,152,189); }
td.TdClassName
{
border-color: #5598BD;
}
.TagClassName
{
border-color: #5598BD;
}
</style>