Shades of Shakespeare #5795AD
Tints of Shakespeare #5795AD
RGB
CMYK
RGB Variations
Color information
#5795AD (or 0x5795AD) is known color: Shakespeare. HEX triplet: 57, 95 and AD. RGB value is (87,149,173). Sum of RGB (Red+Green+Blue) = 87+149+173=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #5795AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5795AD is #A86A52. Grayscale: #858585. Windows color (decimal): -11037267 or 11375959. OLE color: 11375959.
HSL color Cylindrical-coordinate representation of color #5795AD: hue angle of 196.74º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5795AD is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 149 | 173 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.32 |
| HSL | 196.74º | 0.34% | 0.51% | - |
| HSV(B) | 196.74º | 0.5% | 0.68% | - |
| XYZ | 22.22 | 26.54 | 43.49 | - |
| YUV | 133.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 173 | 0.50 | 0.14 | 0 | 0.32 | 196.74 | 0.34 | 0.51 |
| Hex | 57 | 95 | AD | 32 | E | 0 | 20 | C5 | 22 | 33 |
| Octal | 127 | 225 | 255 | 62 | 16 | 0 | 40 | 305 | 42 | 63 |
| Binary | 1010111 | 10010101 | 10101101 | 110010 | 1110 | 0 | 100000 | 11000101 | 100010 | 110011 |
Color Harmonies of #5795AD
Complementary color
Monochromatic Colors of #5795AD
Black with #5795AD
Text Example
Text Example
White with #5795AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5795AD; }
p { color: rgb(87,149,173); }
H1.HeaderClassName
{
color: #5795AD;
}
.AnyTagClassName
{
color: #5795AD;
}
</style>
background-color css
<style>
a { background-color: #5795AD; }
a { background-color: rgb(87,149,173); }
div.DivClassName
{
background-color: #5795AD;
}
.BgClassName
{
background-color: #5795AD;
}
</style>
border-color css
<style>
span { border-color: #5795AD; }
span { border-color: rgb(87,149,173); }
td.TdClassName
{
border-color: #5795AD;
}
.TagClassName
{
border-color: #5795AD;
}
</style>