Shades of Shakespeare #589CC3
Tints of Shakespeare #589CC3
RGB
CMYK
RGB Variations
Color information
#589CC3 (or 0x589CC3) is known color: Shakespeare. HEX triplet: 58, 9C and C3. RGB value is (88,156,195). Sum of RGB (Red+Green+Blue) = 88+156+195=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #589CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CC3 is #A7633C. Grayscale: #8B8B8B. Windows color (decimal): -10969917 or 12819544. OLE color: 12819544.
HSL color Cylindrical-coordinate representation of color #589CC3: hue angle of 201.87º 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 #589CC3 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 156 | 195 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.24 |
| HSL | 201.87º | 0.47% | 0.55% | - |
| HSV(B) | 201.87º | 0.55% | 0.76% | - |
| XYZ | 25.76 | 29.79 | 56.02 | - |
| YUV | 140.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 195 | 0.55 | 0.20 | 0 | 0.24 | 201.87 | 0.47 | 0.55 |
| Hex | 58 | 9C | C3 | 37 | 14 | 0 | 18 | CA | 2F | 37 |
| Octal | 130 | 234 | 303 | 67 | 24 | 0 | 30 | 312 | 57 | 67 |
| Binary | 1011000 | 10011100 | 11000011 | 110111 | 10100 | 0 | 11000 | 11001010 | 101111 | 110111 |
Color Harmonies of #589CC3
Complementary color
Monochromatic Colors of #589CC3
Black with #589CC3
Text Example
Text Example
White with #589CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CC3; }
p { color: rgb(88,156,195); }
H1.HeaderClassName
{
color: #589CC3;
}
.AnyTagClassName
{
color: #589CC3;
}
</style>
background-color css
<style>
a { background-color: #589CC3; }
a { background-color: rgb(88,156,195); }
div.DivClassName
{
background-color: #589CC3;
}
.BgClassName
{
background-color: #589CC3;
}
</style>
border-color css
<style>
span { border-color: #589CC3; }
span { border-color: rgb(88,156,195); }
td.TdClassName
{
border-color: #589CC3;
}
.TagClassName
{
border-color: #589CC3;
}
</style>