Shades of Shakespeare #5B99BE
Tints of Shakespeare #5B99BE
RGB
CMYK
RGB Variations
Color information
#5B99BE (or 0x5B99BE) is known color: Shakespeare. HEX triplet: 5B, 99 and BE. RGB value is (91,153,190). Sum of RGB (Red+Green+Blue) = 91+153+190=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B99BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B99BE is #A46641. Grayscale: #8A8A8A. Windows color (decimal): -10774082 or 12491099. OLE color: 12491099.
HSL color Cylindrical-coordinate representation of color #5B99BE: hue angle of 202.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B99BE is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 153 | 190 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.25 |
| HSL | 202.42º | 0.43% | 0.55% | - |
| HSV(B) | 202.42º | 0.52% | 0.75% | - |
| XYZ | 25 | 28.72 | 52.94 | - |
| YUV | 138.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 190 | 0.52 | 0.19 | 0 | 0.25 | 202.42 | 0.43 | 0.55 |
| Hex | 5B | 99 | BE | 34 | 13 | 0 | 19 | CA | 2B | 37 |
| Octal | 133 | 231 | 276 | 64 | 23 | 0 | 31 | 312 | 53 | 67 |
| Binary | 1011011 | 10011001 | 10111110 | 110100 | 10011 | 0 | 11001 | 11001010 | 101011 | 110111 |
Color Harmonies of #5B99BE
Complementary color
Monochromatic Colors of #5B99BE
Black with #5B99BE
Text Example
Text Example
White with #5B99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B99BE; }
p { color: rgb(91,153,190); }
H1.HeaderClassName
{
color: #5B99BE;
}
.AnyTagClassName
{
color: #5B99BE;
}
</style>
background-color css
<style>
a { background-color: #5B99BE; }
a { background-color: rgb(91,153,190); }
div.DivClassName
{
background-color: #5B99BE;
}
.BgClassName
{
background-color: #5B99BE;
}
</style>
border-color css
<style>
span { border-color: #5B99BE; }
span { border-color: rgb(91,153,190); }
td.TdClassName
{
border-color: #5B99BE;
}
.TagClassName
{
border-color: #5B99BE;
}
</style>