Shades of Slate Blue #595DE0
Tints of Slate Blue #595DE0
RGB
CMYK
RGB Variations
Color information
#595DE0 (or 0x595DE0) is known color: Slate Blue. HEX triplet: 59, 5D and E0. RGB value is (89,93,224). Sum of RGB (Red+Green+Blue) = 89+93+224=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #595DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DE0 is #A6A21F. Grayscale: #6A6A6A. Windows color (decimal): -10920480 or 14703961. OLE color: 14703961.
HSL color Cylindrical-coordinate representation of color #595DE0: hue angle of 238.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595DE0 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 93 | 224 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.12 |
| HSL | 238.22º | 0.69% | 0.61% | - |
| HSV(B) | 238.22º | 0.6% | 0.88% | - |
| XYZ | 21.49 | 15.33 | 72.35 | - |
| YUV | 106.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 224 | 0.60 | 0.58 | 0 | 0.12 | 238.22 | 0.69 | 0.61 |
| Hex | 59 | 5D | E0 | 3C | 3A | 0 | C | EE | 45 | 3D |
| Octal | 131 | 135 | 340 | 74 | 72 | 0 | 14 | 356 | 105 | 75 |
| Binary | 1011001 | 1011101 | 11100000 | 111100 | 111010 | 0 | 1100 | 11101110 | 1000101 | 111101 |
Color Harmonies of #595DE0
Complementary color
Monochromatic Colors of #595DE0
Black with #595DE0
Text Example
Text Example
White with #595DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DE0; }
p { color: rgb(89,93,224); }
H1.HeaderClassName
{
color: #595DE0;
}
.AnyTagClassName
{
color: #595DE0;
}
</style>
background-color css
<style>
a { background-color: #595DE0; }
a { background-color: rgb(89,93,224); }
div.DivClassName
{
background-color: #595DE0;
}
.BgClassName
{
background-color: #595DE0;
}
</style>
border-color css
<style>
span { border-color: #595DE0; }
span { border-color: rgb(89,93,224); }
td.TdClassName
{
border-color: #595DE0;
}
.TagClassName
{
border-color: #595DE0;
}
</style>