Shades of Shakespeare #5D9ABF
Tints of Shakespeare #5D9ABF
RGB
CMYK
RGB Variations
Color information
#5D9ABF (or 0x5D9ABF) is known color: Shakespeare. HEX triplet: 5D, 9A and BF. RGB value is (93,154,191). Sum of RGB (Red+Green+Blue) = 93+154+191=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D9ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9ABF is #A26540. Grayscale: #8B8B8B. Windows color (decimal): -10642753 or 12556893. OLE color: 12556893.
HSL color Cylindrical-coordinate representation of color #5D9ABF: hue angle of 202.65º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D9ABF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 154 | 191 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.25 |
| HSL | 202.65º | 0.43% | 0.56% | - |
| HSV(B) | 202.65º | 0.51% | 0.75% | - |
| XYZ | 25.47 | 29.2 | 53.58 | - |
| YUV | 139.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 191 | 0.51 | 0.19 | 0 | 0.25 | 202.65 | 0.43 | 0.56 |
| Hex | 5D | 9A | BF | 33 | 13 | 0 | 19 | CB | 2B | 38 |
| Octal | 135 | 232 | 277 | 63 | 23 | 0 | 31 | 313 | 53 | 70 |
| Binary | 1011101 | 10011010 | 10111111 | 110011 | 10011 | 0 | 11001 | 11001011 | 101011 | 111000 |
Color Harmonies of #5D9ABF
Complementary color
Monochromatic Colors of #5D9ABF
Black with #5D9ABF
Text Example
Text Example
White with #5D9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9ABF; }
p { color: rgb(93,154,191); }
H1.HeaderClassName
{
color: #5D9ABF;
}
.AnyTagClassName
{
color: #5D9ABF;
}
</style>
background-color css
<style>
a { background-color: #5D9ABF; }
a { background-color: rgb(93,154,191); }
div.DivClassName
{
background-color: #5D9ABF;
}
.BgClassName
{
background-color: #5D9ABF;
}
</style>
border-color css
<style>
span { border-color: #5D9ABF; }
span { border-color: rgb(93,154,191); }
td.TdClassName
{
border-color: #5D9ABF;
}
.TagClassName
{
border-color: #5D9ABF;
}
</style>