Shades of Slate Blue #595BDF
Tints of Slate Blue #595BDF
RGB
CMYK
RGB Variations
Color information
#595BDF (or 0x595BDF) is known color: Slate Blue. HEX triplet: 59, 5B and DF. RGB value is (89,91,223). Sum of RGB (Red+Green+Blue) = 89+91+223=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #595BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BDF is #A6A420. Grayscale: #686868. Windows color (decimal): -10920993 or 14637913. OLE color: 14637913.
HSL color Cylindrical-coordinate representation of color #595BDF: hue angle of 239.1º 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 #595BDF is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 91 | 223 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.13 |
| HSL | 239.1º | 0.68% | 0.61% | - |
| HSV(B) | 239.1º | 0.6% | 0.87% | - |
| XYZ | 21.18 | 14.93 | 71.58 | - |
| YUV | 105.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 223 | 0.60 | 0.59 | 0 | 0.13 | 239.1 | 0.68 | 0.61 |
| Hex | 59 | 5B | DF | 3C | 3B | 0 | D | EF | 44 | 3D |
| Octal | 131 | 133 | 337 | 74 | 73 | 0 | 15 | 357 | 104 | 75 |
| Binary | 1011001 | 1011011 | 11011111 | 111100 | 111011 | 0 | 1101 | 11101111 | 1000100 | 111101 |
Color Harmonies of #595BDF
Complementary color
Monochromatic Colors of #595BDF
Black with #595BDF
Text Example
Text Example
White with #595BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BDF; }
p { color: rgb(89,91,223); }
H1.HeaderClassName
{
color: #595BDF;
}
.AnyTagClassName
{
color: #595BDF;
}
</style>
background-color css
<style>
a { background-color: #595BDF; }
a { background-color: rgb(89,91,223); }
div.DivClassName
{
background-color: #595BDF;
}
.BgClassName
{
background-color: #595BDF;
}
</style>
border-color css
<style>
span { border-color: #595BDF; }
span { border-color: rgb(89,91,223); }
td.TdClassName
{
border-color: #595BDF;
}
.TagClassName
{
border-color: #595BDF;
}
</style>