Shades of Slate Blue #595DCD
Tints of Slate Blue #595DCD
RGB
CMYK
RGB Variations
Color information
#595DCD (or 0x595DCD) is known color: Slate Blue. HEX triplet: 59, 5D and CD. RGB value is (89,93,205). Sum of RGB (Red+Green+Blue) = 89+93+205=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #595DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DCD is #A6A232. Grayscale: #686868. Windows color (decimal): -10920499 or 13458777. OLE color: 13458777.
HSL color Cylindrical-coordinate representation of color #595DCD: hue angle of 237.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595DCD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 93 | 205 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.20 |
| HSL | 237.93º | 0.54% | 0.58% | - |
| HSV(B) | 237.93º | 0.57% | 0.8% | - |
| XYZ | 19.05 | 14.36 | 59.53 | - |
| YUV | 104.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 205 | 0.57 | 0.55 | 0 | 0.20 | 237.93 | 0.54 | 0.58 |
| Hex | 59 | 5D | CD | 39 | 37 | 0 | 14 | EE | 36 | 3A |
| Octal | 131 | 135 | 315 | 71 | 67 | 0 | 24 | 356 | 66 | 72 |
| Binary | 1011001 | 1011101 | 11001101 | 111001 | 110111 | 0 | 10100 | 11101110 | 110110 | 111010 |
Color Harmonies of #595DCD
Complementary color
Monochromatic Colors of #595DCD
Black with #595DCD
Text Example
Text Example
White with #595DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DCD; }
p { color: rgb(89,93,205); }
H1.HeaderClassName
{
color: #595DCD;
}
.AnyTagClassName
{
color: #595DCD;
}
</style>
background-color css
<style>
a { background-color: #595DCD; }
a { background-color: rgb(89,93,205); }
div.DivClassName
{
background-color: #595DCD;
}
.BgClassName
{
background-color: #595DCD;
}
</style>
border-color css
<style>
span { border-color: #595DCD; }
span { border-color: rgb(89,93,205); }
td.TdClassName
{
border-color: #595DCD;
}
.TagClassName
{
border-color: #595DCD;
}
</style>