Shades of Slate Blue #595DCB
Tints of Slate Blue #595DCB
RGB
CMYK
RGB Variations
Color information
#595DCB (or 0x595DCB) is known color: Slate Blue. HEX triplet: 59, 5D and CB. RGB value is (89,93,203). Sum of RGB (Red+Green+Blue) = 89+93+203=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #595DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DCB is #A6A234. Grayscale: #676767. Windows color (decimal): -10920501 or 13327705. OLE color: 13327705.
HSL color Cylindrical-coordinate representation of color #595DCB: hue angle of 237.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595DCB is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 93 | 203 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.20 |
| HSL | 237.89º | 0.52% | 0.57% | - |
| HSV(B) | 237.89º | 0.56% | 0.8% | - |
| XYZ | 18.81 | 14.26 | 58.26 | - |
| YUV | 104.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 203 | 0.56 | 0.54 | 0 | 0.20 | 237.89 | 0.52 | 0.57 |
| Hex | 59 | 5D | CB | 38 | 36 | 0 | 14 | EE | 34 | 39 |
| Octal | 131 | 135 | 313 | 70 | 66 | 0 | 24 | 356 | 64 | 71 |
| Binary | 1011001 | 1011101 | 11001011 | 111000 | 110110 | 0 | 10100 | 11101110 | 110100 | 111001 |
Color Harmonies of #595DCB
Complementary color
Monochromatic Colors of #595DCB
Black with #595DCB
Text Example
Text Example
White with #595DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DCB; }
p { color: rgb(89,93,203); }
H1.HeaderClassName
{
color: #595DCB;
}
.AnyTagClassName
{
color: #595DCB;
}
</style>
background-color css
<style>
a { background-color: #595DCB; }
a { background-color: rgb(89,93,203); }
div.DivClassName
{
background-color: #595DCB;
}
.BgClassName
{
background-color: #595DCB;
}
</style>
border-color css
<style>
span { border-color: #595DCB; }
span { border-color: rgb(89,93,203); }
td.TdClassName
{
border-color: #595DCB;
}
.TagClassName
{
border-color: #595DCB;
}
</style>