Shades of Shakespeare #5595BA
Tints of Shakespeare #5595BA
RGB
CMYK
RGB Variations
Color information
#5595BA (or 0x5595BA) is known color: Shakespeare. HEX triplet: 55, 95 and BA. RGB value is (85,149,186). Sum of RGB (Red+Green+Blue) = 85+149+186=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #5595BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5595BA is #AA6A45. Grayscale: #858585. Windows color (decimal): -11168326 or 12227925. OLE color: 12227925.
HSL color Cylindrical-coordinate representation of color #5595BA: hue angle of 201.98º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5595BA is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 149 | 186 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.27 |
| HSL | 201.98º | 0.42% | 0.53% | - |
| HSV(B) | 201.98º | 0.54% | 0.73% | - |
| XYZ | 23.36 | 26.97 | 50.43 | - |
| YUV | 134.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 186 | 0.54 | 0.20 | 0 | 0.27 | 201.98 | 0.42 | 0.53 |
| Hex | 55 | 95 | BA | 36 | 14 | 0 | 1B | CA | 2A | 35 |
| Octal | 125 | 225 | 272 | 66 | 24 | 0 | 33 | 312 | 52 | 65 |
| Binary | 1010101 | 10010101 | 10111010 | 110110 | 10100 | 0 | 11011 | 11001010 | 101010 | 110101 |
Color Harmonies of #5595BA
Complementary color
Monochromatic Colors of #5595BA
Black with #5595BA
Text Example
Text Example
White with #5595BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595BA; }
p { color: rgb(85,149,186); }
H1.HeaderClassName
{
color: #5595BA;
}
.AnyTagClassName
{
color: #5595BA;
}
</style>
background-color css
<style>
a { background-color: #5595BA; }
a { background-color: rgb(85,149,186); }
div.DivClassName
{
background-color: #5595BA;
}
.BgClassName
{
background-color: #5595BA;
}
</style>
border-color css
<style>
span { border-color: #5595BA; }
span { border-color: rgb(85,149,186); }
td.TdClassName
{
border-color: #5595BA;
}
.TagClassName
{
border-color: #5595BA;
}
</style>