Shades of Shakespeare #589BC1
Tints of Shakespeare #589BC1
RGB
CMYK
RGB Variations
Color information
#589BC1 (or 0x589BC1) is known color: Shakespeare. HEX triplet: 58, 9B and C1. RGB value is (88,155,193). Sum of RGB (Red+Green+Blue) = 88+155+193=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #589BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BC1 is #A7643E. Grayscale: #8B8B8B. Windows color (decimal): -10970175 or 12688216. OLE color: 12688216.
HSL color Cylindrical-coordinate representation of color #589BC1: hue angle of 201.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #589BC1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 155 | 193 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.24 |
| HSL | 201.71º | 0.46% | 0.55% | - |
| HSV(B) | 201.71º | 0.54% | 0.76% | - |
| XYZ | 25.37 | 29.37 | 54.78 | - |
| YUV | 139.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 193 | 0.54 | 0.20 | 0 | 0.24 | 201.71 | 0.46 | 0.55 |
| Hex | 58 | 9B | C1 | 36 | 14 | 0 | 18 | CA | 2E | 37 |
| Octal | 130 | 233 | 301 | 66 | 24 | 0 | 30 | 312 | 56 | 67 |
| Binary | 1011000 | 10011011 | 11000001 | 110110 | 10100 | 0 | 11000 | 11001010 | 101110 | 110111 |
Color Harmonies of #589BC1
Complementary color
Monochromatic Colors of #589BC1
Black with #589BC1
Text Example
Text Example
White with #589BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BC1; }
p { color: rgb(88,155,193); }
H1.HeaderClassName
{
color: #589BC1;
}
.AnyTagClassName
{
color: #589BC1;
}
</style>
background-color css
<style>
a { background-color: #589BC1; }
a { background-color: rgb(88,155,193); }
div.DivClassName
{
background-color: #589BC1;
}
.BgClassName
{
background-color: #589BC1;
}
</style>
border-color css
<style>
span { border-color: #589BC1; }
span { border-color: rgb(88,155,193); }
td.TdClassName
{
border-color: #589BC1;
}
.TagClassName
{
border-color: #589BC1;
}
</style>