Shades of Slate Blue #595FDD
Tints of Slate Blue #595FDD
RGB
CMYK
RGB Variations
Color information
#595FDD (or 0x595FDD) is known color: Slate Blue. HEX triplet: 59, 5F and DD. RGB value is (89,95,221). Sum of RGB (Red+Green+Blue) = 89+95+221=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #595FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FDD is #A6A022. Grayscale: #6B6B6B. Windows color (decimal): -10919971 or 14507865. OLE color: 14507865.
HSL color Cylindrical-coordinate representation of color #595FDD: hue angle of 237.27º degrees, saturation: 0.66, 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 #595FDD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 95 | 221 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.13 |
| HSL | 237.27º | 0.66% | 0.61% | - |
| HSV(B) | 237.27º | 0.6% | 0.87% | - |
| XYZ | 21.26 | 15.53 | 70.28 | - |
| YUV | 107.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 221 | 0.60 | 0.57 | 0 | 0.13 | 237.27 | 0.66 | 0.61 |
| Hex | 59 | 5F | DD | 3C | 39 | 0 | D | ED | 42 | 3D |
| Octal | 131 | 137 | 335 | 74 | 71 | 0 | 15 | 355 | 102 | 75 |
| Binary | 1011001 | 1011111 | 11011101 | 111100 | 111001 | 0 | 1101 | 11101101 | 1000010 | 111101 |
Color Harmonies of #595FDD
Complementary color
Monochromatic Colors of #595FDD
Black with #595FDD
Text Example
Text Example
White with #595FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FDD; }
p { color: rgb(89,95,221); }
H1.HeaderClassName
{
color: #595FDD;
}
.AnyTagClassName
{
color: #595FDD;
}
</style>
background-color css
<style>
a { background-color: #595FDD; }
a { background-color: rgb(89,95,221); }
div.DivClassName
{
background-color: #595FDD;
}
.BgClassName
{
background-color: #595FDD;
}
</style>
border-color css
<style>
span { border-color: #595FDD; }
span { border-color: rgb(89,95,221); }
td.TdClassName
{
border-color: #595FDD;
}
.TagClassName
{
border-color: #595FDD;
}
</style>