Shades of Shakespeare #5DA5BE
Tints of Shakespeare #5DA5BE
RGB
CMYK
RGB Variations
Color information
#5DA5BE (or 0x5DA5BE) is known color: Shakespeare. HEX triplet: 5D, A5 and BE. RGB value is (93,165,190). Sum of RGB (Red+Green+Blue) = 93+165+190=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA5BE is #A25A41. Grayscale: #929292. Windows color (decimal): -10639938 or 12494173. OLE color: 12494173.
HSL color Cylindrical-coordinate representation of color #5DA5BE: hue angle of 195.46º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DA5BE is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 165 | 190 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.25 |
| HSL | 195.46º | 0.43% | 0.55% | - |
| HSV(B) | 195.46º | 0.51% | 0.75% | - |
| XYZ | 27.26 | 32.96 | 53.64 | - |
| YUV | 146.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 190 | 0.51 | 0.13 | 0 | 0.25 | 195.46 | 0.43 | 0.55 |
| Hex | 5D | A5 | BE | 33 | D | 0 | 19 | C3 | 2B | 37 |
| Octal | 135 | 245 | 276 | 63 | 15 | 0 | 31 | 303 | 53 | 67 |
| Binary | 1011101 | 10100101 | 10111110 | 110011 | 1101 | 0 | 11001 | 11000011 | 101011 | 110111 |
Color Harmonies of #5DA5BE
Complementary color
Monochromatic Colors of #5DA5BE
Black with #5DA5BE
Text Example
Text Example
White with #5DA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA5BE; }
p { color: rgb(93,165,190); }
H1.HeaderClassName
{
color: #5DA5BE;
}
.AnyTagClassName
{
color: #5DA5BE;
}
</style>
background-color css
<style>
a { background-color: #5DA5BE; }
a { background-color: rgb(93,165,190); }
div.DivClassName
{
background-color: #5DA5BE;
}
.BgClassName
{
background-color: #5DA5BE;
}
</style>
border-color css
<style>
span { border-color: #5DA5BE; }
span { border-color: rgb(93,165,190); }
td.TdClassName
{
border-color: #5DA5BE;
}
.TagClassName
{
border-color: #5DA5BE;
}
</style>