Shades of Shakespeare #589DC3
Tints of Shakespeare #589DC3
RGB
CMYK
RGB Variations
Color information
#589DC3 (or 0x589DC3) is known color: Shakespeare. HEX triplet: 58, 9D and C3. RGB value is (88,157,195). Sum of RGB (Red+Green+Blue) = 88+157+195=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #589DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DC3 is #A7623C. Grayscale: #8C8C8C. Windows color (decimal): -10969661 or 12819800. OLE color: 12819800.
HSL color Cylindrical-coordinate representation of color #589DC3: hue angle of 201.31º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #589DC3 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 157 | 195 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.24 |
| HSL | 201.31º | 0.47% | 0.55% | - |
| HSV(B) | 201.31º | 0.55% | 0.76% | - |
| XYZ | 25.93 | 30.13 | 56.08 | - |
| YUV | 140.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 195 | 0.55 | 0.19 | 0 | 0.24 | 201.31 | 0.47 | 0.55 |
| Hex | 58 | 9D | C3 | 37 | 13 | 0 | 18 | C9 | 2F | 37 |
| Octal | 130 | 235 | 303 | 67 | 23 | 0 | 30 | 311 | 57 | 67 |
| Binary | 1011000 | 10011101 | 11000011 | 110111 | 10011 | 0 | 11000 | 11001001 | 101111 | 110111 |
Color Harmonies of #589DC3
Complementary color
Monochromatic Colors of #589DC3
Black with #589DC3
Text Example
Text Example
White with #589DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DC3; }
p { color: rgb(88,157,195); }
H1.HeaderClassName
{
color: #589DC3;
}
.AnyTagClassName
{
color: #589DC3;
}
</style>
background-color css
<style>
a { background-color: #589DC3; }
a { background-color: rgb(88,157,195); }
div.DivClassName
{
background-color: #589DC3;
}
.BgClassName
{
background-color: #589DC3;
}
</style>
border-color css
<style>
span { border-color: #589DC3; }
span { border-color: rgb(88,157,195); }
td.TdClassName
{
border-color: #589DC3;
}
.TagClassName
{
border-color: #589DC3;
}
</style>