Shades of Shakespeare #5B99AD
Tints of Shakespeare #5B99AD
RGB
CMYK
RGB Variations
Color information
#5B99AD (or 0x5B99AD) is known color: Shakespeare. HEX triplet: 5B, 99 and AD. RGB value is (91,153,173). Sum of RGB (Red+Green+Blue) = 91+153+173=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B99AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B99AD is #A46652. Grayscale: #888888. Windows color (decimal): -10774099 or 11376987. OLE color: 11376987.
HSL color Cylindrical-coordinate representation of color #5B99AD: hue angle of 194.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B99AD is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 153 | 173 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.32 |
| HSL | 194.63º | 0.33% | 0.52% | - |
| HSV(B) | 194.63º | 0.47% | 0.68% | - |
| XYZ | 23.25 | 28.02 | 43.72 | - |
| YUV | 136.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 173 | 0.47 | 0.12 | 0 | 0.32 | 194.63 | 0.33 | 0.52 |
| Hex | 5B | 99 | AD | 2F | C | 0 | 20 | C3 | 21 | 34 |
| Octal | 133 | 231 | 255 | 57 | 14 | 0 | 40 | 303 | 41 | 64 |
| Binary | 1011011 | 10011001 | 10101101 | 101111 | 1100 | 0 | 100000 | 11000011 | 100001 | 110100 |
Color Harmonies of #5B99AD
Complementary color
Monochromatic Colors of #5B99AD
Black with #5B99AD
Text Example
Text Example
White with #5B99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B99AD; }
p { color: rgb(91,153,173); }
H1.HeaderClassName
{
color: #5B99AD;
}
.AnyTagClassName
{
color: #5B99AD;
}
</style>
background-color css
<style>
a { background-color: #5B99AD; }
a { background-color: rgb(91,153,173); }
div.DivClassName
{
background-color: #5B99AD;
}
.BgClassName
{
background-color: #5B99AD;
}
</style>
border-color css
<style>
span { border-color: #5B99AD; }
span { border-color: rgb(91,153,173); }
td.TdClassName
{
border-color: #5B99AD;
}
.TagClassName
{
border-color: #5B99AD;
}
</style>