Shades of Slate Blue #5D5FC5
Tints of Slate Blue #5D5FC5
RGB
CMYK
RGB Variations
Color information
#5D5FC5 (or 0x5D5FC5) is known color: Slate Blue. HEX triplet: 5D, 5F and C5. RGB value is (93,95,197). Sum of RGB (Red+Green+Blue) = 93+95+197=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #5D5FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5FC5 is #A2A03A. Grayscale: #696969. Windows color (decimal): -10657851 or 12935005. OLE color: 12935005.
HSL color Cylindrical-coordinate representation of color #5D5FC5: hue angle of 238.85º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D5FC5 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 95 | 197 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.23 |
| HSL | 238.85º | 0.47% | 0.57% | - |
| HSV(B) | 238.85º | 0.53% | 0.77% | - |
| XYZ | 18.68 | 14.54 | 54.65 | - |
| YUV | 106.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 197 | 0.53 | 0.52 | 0 | 0.23 | 238.85 | 0.47 | 0.57 |
| Hex | 5D | 5F | C5 | 35 | 34 | 0 | 17 | EF | 2F | 39 |
| Octal | 135 | 137 | 305 | 65 | 64 | 0 | 27 | 357 | 57 | 71 |
| Binary | 1011101 | 1011111 | 11000101 | 110101 | 110100 | 0 | 10111 | 11101111 | 101111 | 111001 |
Color Harmonies of #5D5FC5
Complementary color
Monochromatic Colors of #5D5FC5
Black with #5D5FC5
Text Example
Text Example
White with #5D5FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FC5; }
p { color: rgb(93,95,197); }
H1.HeaderClassName
{
color: #5D5FC5;
}
.AnyTagClassName
{
color: #5D5FC5;
}
</style>
background-color css
<style>
a { background-color: #5D5FC5; }
a { background-color: rgb(93,95,197); }
div.DivClassName
{
background-color: #5D5FC5;
}
.BgClassName
{
background-color: #5D5FC5;
}
</style>
border-color css
<style>
span { border-color: #5D5FC5; }
span { border-color: rgb(93,95,197); }
td.TdClassName
{
border-color: #5D5FC5;
}
.TagClassName
{
border-color: #5D5FC5;
}
</style>