Shades of Shakespeare #58A1BA
Tints of Shakespeare #58A1BA
RGB
CMYK
RGB Variations
Color information
#58A1BA (or 0x58A1BA) is known color: Shakespeare. HEX triplet: 58, A1 and BA. RGB value is (88,161,186). Sum of RGB (Red+Green+Blue) = 88+161+186=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #58A1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1BA is #A75E45. Grayscale: #8D8D8D. Windows color (decimal): -10968646 or 12231000. OLE color: 12231000.
HSL color Cylindrical-coordinate representation of color #58A1BA: hue angle of 195.31º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A1BA is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 161 | 186 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.27 |
| HSL | 195.31º | 0.42% | 0.54% | - |
| HSV(B) | 195.31º | 0.53% | 0.73% | - |
| XYZ | 25.63 | 31.11 | 51.11 | - |
| YUV | 142.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 186 | 0.53 | 0.13 | 0 | 0.27 | 195.31 | 0.42 | 0.54 |
| Hex | 58 | A1 | BA | 35 | D | 0 | 1B | C3 | 2A | 36 |
| Octal | 130 | 241 | 272 | 65 | 15 | 0 | 33 | 303 | 52 | 66 |
| Binary | 1011000 | 10100001 | 10111010 | 110101 | 1101 | 0 | 11011 | 11000011 | 101010 | 110110 |
Color Harmonies of #58A1BA
Complementary color
Monochromatic Colors of #58A1BA
Black with #58A1BA
Text Example
Text Example
White with #58A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1BA; }
p { color: rgb(88,161,186); }
H1.HeaderClassName
{
color: #58A1BA;
}
.AnyTagClassName
{
color: #58A1BA;
}
</style>
background-color css
<style>
a { background-color: #58A1BA; }
a { background-color: rgb(88,161,186); }
div.DivClassName
{
background-color: #58A1BA;
}
.BgClassName
{
background-color: #58A1BA;
}
</style>
border-color css
<style>
span { border-color: #58A1BA; }
span { border-color: rgb(88,161,186); }
td.TdClassName
{
border-color: #58A1BA;
}
.TagClassName
{
border-color: #58A1BA;
}
</style>