Shades of Slate Blue #5D68D3
Tints of Slate Blue #5D68D3
RGB
CMYK
RGB Variations
Color information
#5D68D3 (or 0x5D68D3) is known color: Slate Blue. HEX triplet: 5D, 68 and D3. RGB value is (93,104,211). Sum of RGB (Red+Green+Blue) = 93+104+211=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 211 (82.81% from 255 or 51.72% from 408); Max value from RGB is 211 - color contains mainly: blue. Hex color #5D68D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D68D3 is #A2972C. Grayscale: #707070. Windows color (decimal): -10655533 or 13854813. OLE color: 13854813.
HSL color Cylindrical-coordinate representation of color #5D68D3: hue angle of 234.41º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D68D3 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 104 | 211 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.17 |
| HSL | 234.41º | 0.57% | 0.6% | - |
| HSV(B) | 234.41º | 0.56% | 0.83% | - |
| XYZ | 21.22 | 16.93 | 63.78 | - |
| YUV | 112.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 211 | 0.56 | 0.51 | 0 | 0.17 | 234.41 | 0.57 | 0.6 |
| Hex | 5D | 68 | D3 | 38 | 33 | 0 | 11 | EA | 39 | 3C |
| Octal | 135 | 150 | 323 | 70 | 63 | 0 | 21 | 352 | 71 | 74 |
| Binary | 1011101 | 1101000 | 11010011 | 111000 | 110011 | 0 | 10001 | 11101010 | 111001 | 111100 |
Color Harmonies of #5D68D3
Complementary color
Monochromatic Colors of #5D68D3
Black with #5D68D3
Text Example
Text Example
White with #5D68D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D68D3; }
p { color: rgb(93,104,211); }
H1.HeaderClassName
{
color: #5D68D3;
}
.AnyTagClassName
{
color: #5D68D3;
}
</style>
background-color css
<style>
a { background-color: #5D68D3; }
a { background-color: rgb(93,104,211); }
div.DivClassName
{
background-color: #5D68D3;
}
.BgClassName
{
background-color: #5D68D3;
}
</style>
border-color css
<style>
span { border-color: #5D68D3; }
span { border-color: rgb(93,104,211); }
td.TdClassName
{
border-color: #5D68D3;
}
.TagClassName
{
border-color: #5D68D3;
}
</style>