Shades of Shakespeare #58A5BB
Tints of Shakespeare #58A5BB
RGB
CMYK
RGB Variations
Color information
#58A5BB (or 0x58A5BB) is known color: Shakespeare. HEX triplet: 58, A5 and BB. RGB value is (88,165,187). Sum of RGB (Red+Green+Blue) = 88+165+187=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A5BB is #A75A44. Grayscale: #909090. Windows color (decimal): -10967621 or 12297560. OLE color: 12297560.
HSL color Cylindrical-coordinate representation of color #58A5BB: hue angle of 193.33º 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 #58A5BB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 165 | 187 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.27 |
| HSL | 193.33º | 0.42% | 0.54% | - |
| HSV(B) | 193.33º | 0.53% | 0.73% | - |
| XYZ | 26.45 | 32.57 | 51.91 | - |
| YUV | 144.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 187 | 0.53 | 0.12 | 0 | 0.27 | 193.33 | 0.42 | 0.54 |
| Hex | 58 | A5 | BB | 35 | C | 0 | 1B | C1 | 2A | 36 |
| Octal | 130 | 245 | 273 | 65 | 14 | 0 | 33 | 301 | 52 | 66 |
| Binary | 1011000 | 10100101 | 10111011 | 110101 | 1100 | 0 | 11011 | 11000001 | 101010 | 110110 |
Color Harmonies of #58A5BB
Complementary color
Monochromatic Colors of #58A5BB
Black with #58A5BB
Text Example
Text Example
White with #58A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A5BB; }
p { color: rgb(88,165,187); }
H1.HeaderClassName
{
color: #58A5BB;
}
.AnyTagClassName
{
color: #58A5BB;
}
</style>
background-color css
<style>
a { background-color: #58A5BB; }
a { background-color: rgb(88,165,187); }
div.DivClassName
{
background-color: #58A5BB;
}
.BgClassName
{
background-color: #58A5BB;
}
</style>
border-color css
<style>
span { border-color: #58A5BB; }
span { border-color: rgb(88,165,187); }
td.TdClassName
{
border-color: #58A5BB;
}
.TagClassName
{
border-color: #58A5BB;
}
</style>