Shades of Slate Blue #595DCC
Tints of Slate Blue #595DCC
RGB
CMYK
RGB Variations
Color information
#595DCC (or 0x595DCC) is known color: Slate Blue. HEX triplet: 59, 5D and CC. RGB value is (89,93,204). Sum of RGB (Red+Green+Blue) = 89+93+204=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #595DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DCC is #A6A233. Grayscale: #686868. Windows color (decimal): -10920500 or 13393241. OLE color: 13393241.
HSL color Cylindrical-coordinate representation of color #595DCC: hue angle of 237.91º degrees, saturation: 0.53, 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 #595DCC is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 93 | 204 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.2 |
| HSL | 237.91º | 0.53% | 0.57% | - |
| HSV(B) | 237.91º | 0.56% | 0.8% | - |
| XYZ | 18.93 | 14.31 | 58.89 | - |
| YUV | 104.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 204 | 0.56 | 0.54 | 0 | 0.2 | 237.91 | 0.53 | 0.57 |
| Hex | 59 | 5D | CC | 38 | 36 | 0 | 14 | EE | 35 | 39 |
| Octal | 131 | 135 | 314 | 70 | 66 | 0 | 24 | 356 | 65 | 71 |
| Binary | 1011001 | 1011101 | 11001100 | 111000 | 110110 | 0 | 10100 | 11101110 | 110101 | 111001 |
Color Harmonies of #595DCC
Complementary color
Monochromatic Colors of #595DCC
Black with #595DCC
Text Example
Text Example
White with #595DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DCC; }
p { color: rgb(89,93,204); }
H1.HeaderClassName
{
color: #595DCC;
}
.AnyTagClassName
{
color: #595DCC;
}
</style>
background-color css
<style>
a { background-color: #595DCC; }
a { background-color: rgb(89,93,204); }
div.DivClassName
{
background-color: #595DCC;
}
.BgClassName
{
background-color: #595DCC;
}
</style>
border-color css
<style>
span { border-color: #595DCC; }
span { border-color: rgb(89,93,204); }
td.TdClassName
{
border-color: #595DCC;
}
.TagClassName
{
border-color: #595DCC;
}
</style>