Shades of Shakespeare #719BB5
Tints of Shakespeare #719BB5
RGB
CMYK
RGB Variations
Color information
#719BB5 (or 0x719BB5) is known color: Shakespeare. HEX triplet: 71, 9B and B5. RGB value is (113,155,181). Sum of RGB (Red+Green+Blue) = 113+155+181=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #719BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BB5 is #8E644A. Grayscale: #919191. Windows color (decimal): -9331787 or 11901809. OLE color: 11901809.
HSL color Cylindrical-coordinate representation of color #719BB5: hue angle of 202.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #719BB5 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 155 | 181 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.29 |
| HSL | 202.94º | 0.31% | 0.58% | - |
| HSV(B) | 202.94º | 0.38% | 0.71% | - |
| XYZ | 26.87 | 30.29 | 48.15 | - |
| YUV | 145.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 181 | 0.38 | 0.14 | 0 | 0.29 | 202.94 | 0.31 | 0.58 |
| Hex | 71 | 9B | B5 | 26 | E | 0 | 1D | CB | 1F | 3A |
| Octal | 161 | 233 | 265 | 46 | 16 | 0 | 35 | 313 | 37 | 72 |
| Binary | 1110001 | 10011011 | 10110101 | 100110 | 1110 | 0 | 11101 | 11001011 | 11111 | 111010 |
Color Harmonies of #719BB5
Complementary color
Monochromatic Colors of #719BB5
Black with #719BB5
Text Example
Text Example
White with #719BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BB5; }
p { color: rgb(113,155,181); }
H1.HeaderClassName
{
color: #719BB5;
}
.AnyTagClassName
{
color: #719BB5;
}
</style>
background-color css
<style>
a { background-color: #719BB5; }
a { background-color: rgb(113,155,181); }
div.DivClassName
{
background-color: #719BB5;
}
.BgClassName
{
background-color: #719BB5;
}
</style>
border-color css
<style>
span { border-color: #719BB5; }
span { border-color: rgb(113,155,181); }
td.TdClassName
{
border-color: #719BB5;
}
.TagClassName
{
border-color: #719BB5;
}
</style>