Shades of Slate Blue #595DDF
Tints of Slate Blue #595DDF
RGB
CMYK
RGB Variations
Color information
#595DDF (or 0x595DDF) is known color: Slate Blue. HEX triplet: 59, 5D and DF. RGB value is (89,93,223). Sum of RGB (Red+Green+Blue) = 89+93+223=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #595DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DDF is #A6A220. Grayscale: #6A6A6A. Windows color (decimal): -10920481 or 14638425. OLE color: 14638425.
HSL color Cylindrical-coordinate representation of color #595DDF: hue angle of 238.21º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595DDF is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 93 | 223 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.13 |
| HSL | 238.21º | 0.68% | 0.61% | - |
| HSV(B) | 238.21º | 0.6% | 0.87% | - |
| XYZ | 21.35 | 15.28 | 71.64 | - |
| YUV | 106.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 223 | 0.60 | 0.58 | 0 | 0.13 | 238.21 | 0.68 | 0.61 |
| Hex | 59 | 5D | DF | 3C | 3A | 0 | D | EE | 44 | 3D |
| Octal | 131 | 135 | 337 | 74 | 72 | 0 | 15 | 356 | 104 | 75 |
| Binary | 1011001 | 1011101 | 11011111 | 111100 | 111010 | 0 | 1101 | 11101110 | 1000100 | 111101 |
Color Harmonies of #595DDF
Complementary color
Monochromatic Colors of #595DDF
Black with #595DDF
Text Example
Text Example
White with #595DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DDF; }
p { color: rgb(89,93,223); }
H1.HeaderClassName
{
color: #595DDF;
}
.AnyTagClassName
{
color: #595DDF;
}
</style>
background-color css
<style>
a { background-color: #595DDF; }
a { background-color: rgb(89,93,223); }
div.DivClassName
{
background-color: #595DDF;
}
.BgClassName
{
background-color: #595DDF;
}
</style>
border-color css
<style>
span { border-color: #595DDF; }
span { border-color: rgb(89,93,223); }
td.TdClassName
{
border-color: #595DDF;
}
.TagClassName
{
border-color: #595DDF;
}
</style>