Shades of Slate Blue #5D5FDC
Tints of Slate Blue #5D5FDC
RGB
CMYK
RGB Variations
Color information
#5D5FDC (or 0x5D5FDC) is known color: Slate Blue. HEX triplet: 5D, 5F and DC. RGB value is (93,95,220). Sum of RGB (Red+Green+Blue) = 93+95+220=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5FDC is #A2A023. Grayscale: #6C6C6C. Windows color (decimal): -10657828 or 14442333. OLE color: 14442333.
HSL color Cylindrical-coordinate representation of color #5D5FDC: hue angle of 239.06º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D5FDC is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 95 | 220 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.14 |
| HSL | 239.06º | 0.64% | 0.61% | - |
| HSV(B) | 239.06º | 0.58% | 0.86% | - |
| XYZ | 21.52 | 15.68 | 69.6 | - |
| YUV | 108.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 220 | 0.58 | 0.57 | 0 | 0.14 | 239.06 | 0.64 | 0.61 |
| Hex | 5D | 5F | DC | 3A | 39 | 0 | E | EF | 40 | 3D |
| Octal | 135 | 137 | 334 | 72 | 71 | 0 | 16 | 357 | 100 | 75 |
| Binary | 1011101 | 1011111 | 11011100 | 111010 | 111001 | 0 | 1110 | 11101111 | 1000000 | 111101 |
Color Harmonies of #5D5FDC
Complementary color
Monochromatic Colors of #5D5FDC
Black with #5D5FDC
Text Example
Text Example
White with #5D5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FDC; }
p { color: rgb(93,95,220); }
H1.HeaderClassName
{
color: #5D5FDC;
}
.AnyTagClassName
{
color: #5D5FDC;
}
</style>
background-color css
<style>
a { background-color: #5D5FDC; }
a { background-color: rgb(93,95,220); }
div.DivClassName
{
background-color: #5D5FDC;
}
.BgClassName
{
background-color: #5D5FDC;
}
</style>
border-color css
<style>
span { border-color: #5D5FDC; }
span { border-color: rgb(93,95,220); }
td.TdClassName
{
border-color: #5D5FDC;
}
.TagClassName
{
border-color: #5D5FDC;
}
</style>