Shades of Shakespeare #5B95B6
Tints of Shakespeare #5B95B6
RGB
CMYK
RGB Variations
Color information
#5B95B6 (or 0x5B95B6) is known color: Shakespeare. HEX triplet: 5B, 95 and B6. RGB value is (91,149,182). Sum of RGB (Red+Green+Blue) = 91+149+182=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B95B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B95B6 is #A46A49. Grayscale: #878787. Windows color (decimal): -10775114 or 11965787. OLE color: 11965787.
HSL color Cylindrical-coordinate representation of color #5B95B6: hue angle of 201.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B95B6 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 149 | 182 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.29 |
| HSL | 201.76º | 0.38% | 0.54% | - |
| HSV(B) | 201.76º | 0.5% | 0.71% | - |
| XYZ | 23.51 | 27.1 | 48.25 | - |
| YUV | 135.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 182 | 0.5 | 0.18 | 0 | 0.29 | 201.76 | 0.38 | 0.54 |
| Hex | 5B | 95 | B6 | 32 | 12 | 0 | 1D | CA | 26 | 36 |
| Octal | 133 | 225 | 266 | 62 | 22 | 0 | 35 | 312 | 46 | 66 |
| Binary | 1011011 | 10010101 | 10110110 | 110010 | 10010 | 0 | 11101 | 11001010 | 100110 | 110110 |
Color Harmonies of #5B95B6
Complementary color
Monochromatic Colors of #5B95B6
Black with #5B95B6
Text Example
Text Example
White with #5B95B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B95B6; }
p { color: rgb(91,149,182); }
H1.HeaderClassName
{
color: #5B95B6;
}
.AnyTagClassName
{
color: #5B95B6;
}
</style>
background-color css
<style>
a { background-color: #5B95B6; }
a { background-color: rgb(91,149,182); }
div.DivClassName
{
background-color: #5B95B6;
}
.BgClassName
{
background-color: #5B95B6;
}
</style>
border-color css
<style>
span { border-color: #5B95B6; }
span { border-color: rgb(91,149,182); }
td.TdClassName
{
border-color: #5B95B6;
}
.TagClassName
{
border-color: #5B95B6;
}
</style>