Shades of Slate Blue #595CDF
Tints of Slate Blue #595CDF
RGB
CMYK
RGB Variations
Color information
#595CDF (or 0x595CDF) is known color: Slate Blue. HEX triplet: 59, 5C and DF. RGB value is (89,92,223). Sum of RGB (Red+Green+Blue) = 89+92+223=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #595CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CDF is #A6A320. Grayscale: #696969. Windows color (decimal): -10920737 or 14638169. OLE color: 14638169.
HSL color Cylindrical-coordinate representation of color #595CDF: hue angle of 238.66º 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 #595CDF is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 92 | 223 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.13 |
| HSL | 238.66º | 0.68% | 0.61% | - |
| HSV(B) | 238.66º | 0.6% | 0.87% | - |
| XYZ | 21.27 | 15.11 | 71.61 | - |
| YUV | 106.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 223 | 0.60 | 0.59 | 0 | 0.13 | 238.66 | 0.68 | 0.61 |
| Hex | 59 | 5C | DF | 3C | 3B | 0 | D | EF | 44 | 3D |
| Octal | 131 | 134 | 337 | 74 | 73 | 0 | 15 | 357 | 104 | 75 |
| Binary | 1011001 | 1011100 | 11011111 | 111100 | 111011 | 0 | 1101 | 11101111 | 1000100 | 111101 |
Color Harmonies of #595CDF
Complementary color
Monochromatic Colors of #595CDF
Black with #595CDF
Text Example
Text Example
White with #595CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CDF; }
p { color: rgb(89,92,223); }
H1.HeaderClassName
{
color: #595CDF;
}
.AnyTagClassName
{
color: #595CDF;
}
</style>
background-color css
<style>
a { background-color: #595CDF; }
a { background-color: rgb(89,92,223); }
div.DivClassName
{
background-color: #595CDF;
}
.BgClassName
{
background-color: #595CDF;
}
</style>
border-color css
<style>
span { border-color: #595CDF; }
span { border-color: rgb(89,92,223); }
td.TdClassName
{
border-color: #595CDF;
}
.TagClassName
{
border-color: #595CDF;
}
</style>