Shades of Slate Blue #5D59C3
Tints of Slate Blue #5D59C3
RGB
CMYK
RGB Variations
Color information
#5D59C3 (or 0x5D59C3) is known color: Slate Blue. HEX triplet: 5D, 59 and C3. RGB value is (93,89,195). Sum of RGB (Red+Green+Blue) = 93+89+195=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #5D59C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59C3 is #A2A63C. Grayscale: #656565. Windows color (decimal): -10659389 or 12802397. OLE color: 12802397.
HSL color Cylindrical-coordinate representation of color #5D59C3: hue angle of 242.26º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D59C3 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 89 | 195 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.24 |
| HSL | 242.26º | 0.47% | 0.56% | - |
| HSV(B) | 242.26º | 0.54% | 0.76% | - |
| XYZ | 17.94 | 13.41 | 53.27 | - |
| YUV | 102.28 | 180.33 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 195 | 0.52 | 0.54 | 0 | 0.24 | 242.26 | 0.47 | 0.56 |
| Hex | 5D | 59 | C3 | 34 | 36 | 0 | 18 | F2 | 2F | 38 |
| Octal | 135 | 131 | 303 | 64 | 66 | 0 | 30 | 362 | 57 | 70 |
| Binary | 1011101 | 1011001 | 11000011 | 110100 | 110110 | 0 | 11000 | 11110010 | 101111 | 111000 |
Color Harmonies of #5D59C3
Complementary color
Monochromatic Colors of #5D59C3
Black with #5D59C3
Text Example
Text Example
White with #5D59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D59C3; }
p { color: rgb(93,89,195); }
H1.HeaderClassName
{
color: #5D59C3;
}
.AnyTagClassName
{
color: #5D59C3;
}
</style>
background-color css
<style>
a { background-color: #5D59C3; }
a { background-color: rgb(93,89,195); }
div.DivClassName
{
background-color: #5D59C3;
}
.BgClassName
{
background-color: #5D59C3;
}
</style>
border-color css
<style>
span { border-color: #5D59C3; }
span { border-color: rgb(93,89,195); }
td.TdClassName
{
border-color: #5D59C3;
}
.TagClassName
{
border-color: #5D59C3;
}
</style>