Shades of Shakespeare #5B96BB
Tints of Shakespeare #5B96BB
RGB
CMYK
RGB Variations
Color information
#5B96BB (or 0x5B96BB) is known color: Shakespeare. HEX triplet: 5B, 96 and BB. RGB value is (91,150,187). Sum of RGB (Red+Green+Blue) = 91+150+187=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B96BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B96BB is #A46944. Grayscale: #888888. Windows color (decimal): -10774853 or 12293723. OLE color: 12293723.
HSL color Cylindrical-coordinate representation of color #5B96BB: hue angle of 203.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B96BB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 150 | 187 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.27 |
| HSL | 203.13º | 0.41% | 0.55% | - |
| HSV(B) | 203.13º | 0.51% | 0.73% | - |
| XYZ | 24.19 | 27.62 | 51.07 | - |
| YUV | 136.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 187 | 0.51 | 0.20 | 0 | 0.27 | 203.13 | 0.41 | 0.55 |
| Hex | 5B | 96 | BB | 33 | 14 | 0 | 1B | CB | 29 | 37 |
| Octal | 133 | 226 | 273 | 63 | 24 | 0 | 33 | 313 | 51 | 67 |
| Binary | 1011011 | 10010110 | 10111011 | 110011 | 10100 | 0 | 11011 | 11001011 | 101001 | 110111 |
Color Harmonies of #5B96BB
Complementary color
Monochromatic Colors of #5B96BB
Black with #5B96BB
Text Example
Text Example
White with #5B96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B96BB; }
p { color: rgb(91,150,187); }
H1.HeaderClassName
{
color: #5B96BB;
}
.AnyTagClassName
{
color: #5B96BB;
}
</style>
background-color css
<style>
a { background-color: #5B96BB; }
a { background-color: rgb(91,150,187); }
div.DivClassName
{
background-color: #5B96BB;
}
.BgClassName
{
background-color: #5B96BB;
}
</style>
border-color css
<style>
span { border-color: #5B96BB; }
span { border-color: rgb(91,150,187); }
td.TdClassName
{
border-color: #5B96BB;
}
.TagClassName
{
border-color: #5B96BB;
}
</style>