Shades of Slate Blue #595DCE
Tints of Slate Blue #595DCE
RGB
CMYK
RGB Variations
Color information
#595DCE (or 0x595DCE) is known color: Slate Blue. HEX triplet: 59, 5D and CE. RGB value is (89,93,206). Sum of RGB (Red+Green+Blue) = 89+93+206=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #595DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DCE is #A6A231. Grayscale: #686868. Windows color (decimal): -10920498 or 13524313. OLE color: 13524313.
HSL color Cylindrical-coordinate representation of color #595DCE: hue angle of 237.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595DCE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 93 | 206 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.19 |
| HSL | 237.95º | 0.54% | 0.58% | - |
| HSV(B) | 237.95º | 0.57% | 0.81% | - |
| XYZ | 19.17 | 14.41 | 60.16 | - |
| YUV | 104.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 206 | 0.57 | 0.55 | 0 | 0.19 | 237.95 | 0.54 | 0.58 |
| Hex | 59 | 5D | CE | 39 | 37 | 0 | 13 | EE | 36 | 3A |
| Octal | 131 | 135 | 316 | 71 | 67 | 0 | 23 | 356 | 66 | 72 |
| Binary | 1011001 | 1011101 | 11001110 | 111001 | 110111 | 0 | 10011 | 11101110 | 110110 | 111010 |
Color Harmonies of #595DCE
Complementary color
Monochromatic Colors of #595DCE
Black with #595DCE
Text Example
Text Example
White with #595DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DCE; }
p { color: rgb(89,93,206); }
H1.HeaderClassName
{
color: #595DCE;
}
.AnyTagClassName
{
color: #595DCE;
}
</style>
background-color css
<style>
a { background-color: #595DCE; }
a { background-color: rgb(89,93,206); }
div.DivClassName
{
background-color: #595DCE;
}
.BgClassName
{
background-color: #595DCE;
}
</style>
border-color css
<style>
span { border-color: #595DCE; }
span { border-color: rgb(89,93,206); }
td.TdClassName
{
border-color: #595DCE;
}
.TagClassName
{
border-color: #595DCE;
}
</style>