Shades of Shakespeare #5597BD
Tints of Shakespeare #5597BD
RGB
CMYK
RGB Variations
Color information
#5597BD (or 0x5597BD) is known color: Shakespeare. HEX triplet: 55, 97 and BD. RGB value is (85,151,189). Sum of RGB (Red+Green+Blue) = 85+151+189=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #5597BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5597BD is #AA6842. Grayscale: #878787. Windows color (decimal): -11167811 or 12425045. OLE color: 12425045.
HSL color Cylindrical-coordinate representation of color #5597BD: hue angle of 201.92º 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 #5597BD is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 151 | 189 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.26 |
| HSL | 201.92º | 0.44% | 0.54% | - |
| HSV(B) | 201.92º | 0.55% | 0.74% | - |
| XYZ | 24 | 27.74 | 52.23 | - |
| YUV | 135.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 189 | 0.55 | 0.20 | 0 | 0.26 | 201.92 | 0.44 | 0.54 |
| Hex | 55 | 97 | BD | 37 | 14 | 0 | 1A | CA | 2C | 36 |
| Octal | 125 | 227 | 275 | 67 | 24 | 0 | 32 | 312 | 54 | 66 |
| Binary | 1010101 | 10010111 | 10111101 | 110111 | 10100 | 0 | 11010 | 11001010 | 101100 | 110110 |
Color Harmonies of #5597BD
Complementary color
Monochromatic Colors of #5597BD
Black with #5597BD
Text Example
Text Example
White with #5597BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5597BD; }
p { color: rgb(85,151,189); }
H1.HeaderClassName
{
color: #5597BD;
}
.AnyTagClassName
{
color: #5597BD;
}
</style>
background-color css
<style>
a { background-color: #5597BD; }
a { background-color: rgb(85,151,189); }
div.DivClassName
{
background-color: #5597BD;
}
.BgClassName
{
background-color: #5597BD;
}
</style>
border-color css
<style>
span { border-color: #5597BD; }
span { border-color: rgb(85,151,189); }
td.TdClassName
{
border-color: #5597BD;
}
.TagClassName
{
border-color: #5597BD;
}
</style>