Shades of Slate Blue #594ECB
Tints of Slate Blue #594ECB
RGB
CMYK
RGB Variations
Color information
#594ECB (or 0x594ECB) is known color: Slate Blue. HEX triplet: 59, 4E and CB. RGB value is (89,78,203). Sum of RGB (Red+Green+Blue) = 89+78+203=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #594ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ECB is #A6B134. Grayscale: #5F5F5F. Windows color (decimal): -10924341 or 13323865. OLE color: 13323865.
HSL color Cylindrical-coordinate representation of color #594ECB: hue angle of 245.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594ECB is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 78 | 203 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.20 |
| HSL | 245.28º | 0.55% | 0.55% | - |
| HSV(B) | 245.28º | 0.62% | 0.8% | - |
| XYZ | 17.62 | 11.88 | 57.86 | - |
| YUV | 95.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 203 | 0.56 | 0.62 | 0 | 0.20 | 245.28 | 0.55 | 0.55 |
| Hex | 59 | 4E | CB | 38 | 3E | 0 | 14 | F5 | 37 | 37 |
| Octal | 131 | 116 | 313 | 70 | 76 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1011001 | 1001110 | 11001011 | 111000 | 111110 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #594ECB
Complementary color
Monochromatic Colors of #594ECB
Black with #594ECB
Text Example
Text Example
White with #594ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ECB; }
p { color: rgb(89,78,203); }
H1.HeaderClassName
{
color: #594ECB;
}
.AnyTagClassName
{
color: #594ECB;
}
</style>
background-color css
<style>
a { background-color: #594ECB; }
a { background-color: rgb(89,78,203); }
div.DivClassName
{
background-color: #594ECB;
}
.BgClassName
{
background-color: #594ECB;
}
</style>
border-color css
<style>
span { border-color: #594ECB; }
span { border-color: rgb(89,78,203); }
td.TdClassName
{
border-color: #594ECB;
}
.TagClassName
{
border-color: #594ECB;
}
</style>