Shades of Slate Blue #595CD3
Tints of Slate Blue #595CD3
RGB
CMYK
RGB Variations
Color information
#595CD3 (or 0x595CD3) is known color: Slate Blue. HEX triplet: 59, 5C and D3. RGB value is (89,92,211). Sum of RGB (Red+Green+Blue) = 89+92+211=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #595CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CD3 is #A6A32C. Grayscale: #686868. Windows color (decimal): -10920749 or 13851737. OLE color: 13851737.
HSL color Cylindrical-coordinate representation of color #595CD3: hue angle of 238.52º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #595CD3 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 92 | 211 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.17 |
| HSL | 238.52º | 0.58% | 0.59% | - |
| HSV(B) | 238.52º | 0.58% | 0.83% | - |
| XYZ | 19.7 | 14.48 | 63.38 | - |
| YUV | 104.67 | 188.01 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 211 | 0.58 | 0.56 | 0 | 0.17 | 238.52 | 0.58 | 0.59 |
| Hex | 59 | 5C | D3 | 3A | 38 | 0 | 11 | EF | 3A | 3B |
| Octal | 131 | 134 | 323 | 72 | 70 | 0 | 21 | 357 | 72 | 73 |
| Binary | 1011001 | 1011100 | 11010011 | 111010 | 111000 | 0 | 10001 | 11101111 | 111010 | 111011 |
Color Harmonies of #595CD3
Complementary color
Monochromatic Colors of #595CD3
Black with #595CD3
Text Example
Text Example
White with #595CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CD3; }
p { color: rgb(89,92,211); }
H1.HeaderClassName
{
color: #595CD3;
}
.AnyTagClassName
{
color: #595CD3;
}
</style>
background-color css
<style>
a { background-color: #595CD3; }
a { background-color: rgb(89,92,211); }
div.DivClassName
{
background-color: #595CD3;
}
.BgClassName
{
background-color: #595CD3;
}
</style>
border-color css
<style>
span { border-color: #595CD3; }
span { border-color: rgb(89,92,211); }
td.TdClassName
{
border-color: #595CD3;
}
.TagClassName
{
border-color: #595CD3;
}
</style>