Shades of Shakespeare #58A2BD
Tints of Shakespeare #58A2BD
RGB
CMYK
RGB Variations
Color information
#58A2BD (or 0x58A2BD) is known color: Shakespeare. HEX triplet: 58, A2 and BD. RGB value is (88,162,189). Sum of RGB (Red+Green+Blue) = 88+162+189=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #58A2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2BD is #A75D42. Grayscale: #8E8E8E. Windows color (decimal): -10968387 or 12427864. OLE color: 12427864.
HSL color Cylindrical-coordinate representation of color #58A2BD: hue angle of 196.04º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A2BD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 162 | 189 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.26 |
| HSL | 196.04º | 0.43% | 0.54% | - |
| HSV(B) | 196.04º | 0.53% | 0.74% | - |
| XYZ | 26.13 | 31.59 | 52.86 | - |
| YUV | 142.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 189 | 0.53 | 0.14 | 0 | 0.26 | 196.04 | 0.43 | 0.54 |
| Hex | 58 | A2 | BD | 35 | E | 0 | 1A | C4 | 2B | 36 |
| Octal | 130 | 242 | 275 | 65 | 16 | 0 | 32 | 304 | 53 | 66 |
| Binary | 1011000 | 10100010 | 10111101 | 110101 | 1110 | 0 | 11010 | 11000100 | 101011 | 110110 |
Color Harmonies of #58A2BD
Complementary color
Monochromatic Colors of #58A2BD
Black with #58A2BD
Text Example
Text Example
White with #58A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A2BD; }
p { color: rgb(88,162,189); }
H1.HeaderClassName
{
color: #58A2BD;
}
.AnyTagClassName
{
color: #58A2BD;
}
</style>
background-color css
<style>
a { background-color: #58A2BD; }
a { background-color: rgb(88,162,189); }
div.DivClassName
{
background-color: #58A2BD;
}
.BgClassName
{
background-color: #58A2BD;
}
</style>
border-color css
<style>
span { border-color: #58A2BD; }
span { border-color: rgb(88,162,189); }
td.TdClassName
{
border-color: #58A2BD;
}
.TagClassName
{
border-color: #58A2BD;
}
</style>