Shades of Slate Blue #595EC7
Tints of Slate Blue #595EC7
RGB
CMYK
RGB Variations
Color information
#595EC7 (or 0x595EC7) is known color: Slate Blue. HEX triplet: 59, 5E and C7. RGB value is (89,94,199). Sum of RGB (Red+Green+Blue) = 89+94+199=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #595EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EC7 is #A6A138. Grayscale: #686868. Windows color (decimal): -10920249 or 13065817. OLE color: 13065817.
HSL color Cylindrical-coordinate representation of color #595EC7: hue angle of 237.27º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #595EC7 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 94 | 199 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.22 |
| HSL | 237.27º | 0.5% | 0.56% | - |
| HSV(B) | 237.27º | 0.55% | 0.78% | - |
| XYZ | 18.43 | 14.25 | 55.81 | - |
| YUV | 104.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 199 | 0.55 | 0.53 | 0 | 0.22 | 237.27 | 0.5 | 0.56 |
| Hex | 59 | 5E | C7 | 37 | 35 | 0 | 16 | ED | 32 | 38 |
| Octal | 131 | 136 | 307 | 67 | 65 | 0 | 26 | 355 | 62 | 70 |
| Binary | 1011001 | 1011110 | 11000111 | 110111 | 110101 | 0 | 10110 | 11101101 | 110010 | 111000 |
Color Harmonies of #595EC7
Complementary color
Monochromatic Colors of #595EC7
Black with #595EC7
Text Example
Text Example
White with #595EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EC7; }
p { color: rgb(89,94,199); }
H1.HeaderClassName
{
color: #595EC7;
}
.AnyTagClassName
{
color: #595EC7;
}
</style>
background-color css
<style>
a { background-color: #595EC7; }
a { background-color: rgb(89,94,199); }
div.DivClassName
{
background-color: #595EC7;
}
.BgClassName
{
background-color: #595EC7;
}
</style>
border-color css
<style>
span { border-color: #595EC7; }
span { border-color: rgb(89,94,199); }
td.TdClassName
{
border-color: #595EC7;
}
.TagClassName
{
border-color: #595EC7;
}
</style>