Shades of Slate Blue #595EC6
Tints of Slate Blue #595EC6
RGB
CMYK
RGB Variations
Color information
#595EC6 (or 0x595EC6) is known color: Slate Blue. HEX triplet: 59, 5E and C6. RGB value is (89,94,198). Sum of RGB (Red+Green+Blue) = 89+94+198=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #595EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EC6 is #A6A139. Grayscale: #676767. Windows color (decimal): -10920250 or 13000281. OLE color: 13000281.
HSL color Cylindrical-coordinate representation of color #595EC6: hue angle of 237.25º degrees, saturation: 0.49, 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 #595EC6 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 94 | 198 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.22 |
| HSL | 237.25º | 0.49% | 0.56% | - |
| HSV(B) | 237.25º | 0.55% | 0.78% | - |
| XYZ | 18.32 | 14.21 | 55.2 | - |
| YUV | 104.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 198 | 0.55 | 0.53 | 0 | 0.22 | 237.25 | 0.49 | 0.56 |
| Hex | 59 | 5E | C6 | 37 | 35 | 0 | 16 | ED | 31 | 38 |
| Octal | 131 | 136 | 306 | 67 | 65 | 0 | 26 | 355 | 61 | 70 |
| Binary | 1011001 | 1011110 | 11000110 | 110111 | 110101 | 0 | 10110 | 11101101 | 110001 | 111000 |
Color Harmonies of #595EC6
Complementary color
Monochromatic Colors of #595EC6
Black with #595EC6
Text Example
Text Example
White with #595EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EC6; }
p { color: rgb(89,94,198); }
H1.HeaderClassName
{
color: #595EC6;
}
.AnyTagClassName
{
color: #595EC6;
}
</style>
background-color css
<style>
a { background-color: #595EC6; }
a { background-color: rgb(89,94,198); }
div.DivClassName
{
background-color: #595EC6;
}
.BgClassName
{
background-color: #595EC6;
}
</style>
border-color css
<style>
span { border-color: #595EC6; }
span { border-color: rgb(89,94,198); }
td.TdClassName
{
border-color: #595EC6;
}
.TagClassName
{
border-color: #595EC6;
}
</style>