Shades of Slate Blue #595DC5
Tints of Slate Blue #595DC5
RGB
CMYK
RGB Variations
Color information
#595DC5 (or 0x595DC5) is known color: Slate Blue. HEX triplet: 59, 5D and C5. RGB value is (89,93,197). Sum of RGB (Red+Green+Blue) = 89+93+197=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #595DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DC5 is #A6A23A. Grayscale: #676767. Windows color (decimal): -10920507 or 12934489. OLE color: 12934489.
HSL color Cylindrical-coordinate representation of color #595DC5: hue angle of 237.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #595DC5 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 93 | 197 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.23 |
| HSL | 237.78º | 0.48% | 0.56% | - |
| HSV(B) | 237.78º | 0.55% | 0.77% | - |
| XYZ | 18.11 | 13.98 | 54.57 | - |
| YUV | 103.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 197 | 0.55 | 0.53 | 0 | 0.23 | 237.78 | 0.48 | 0.56 |
| Hex | 59 | 5D | C5 | 37 | 35 | 0 | 17 | EE | 30 | 38 |
| Octal | 131 | 135 | 305 | 67 | 65 | 0 | 27 | 356 | 60 | 70 |
| Binary | 1011001 | 1011101 | 11000101 | 110111 | 110101 | 0 | 10111 | 11101110 | 110000 | 111000 |
Color Harmonies of #595DC5
Complementary color
Monochromatic Colors of #595DC5
Black with #595DC5
Text Example
Text Example
White with #595DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DC5; }
p { color: rgb(89,93,197); }
H1.HeaderClassName
{
color: #595DC5;
}
.AnyTagClassName
{
color: #595DC5;
}
</style>
background-color css
<style>
a { background-color: #595DC5; }
a { background-color: rgb(89,93,197); }
div.DivClassName
{
background-color: #595DC5;
}
.BgClassName
{
background-color: #595DC5;
}
</style>
border-color css
<style>
span { border-color: #595DC5; }
span { border-color: rgb(89,93,197); }
td.TdClassName
{
border-color: #595DC5;
}
.TagClassName
{
border-color: #595DC5;
}
</style>