Shades of Slate Blue #5D5FD0
Tints of Slate Blue #5D5FD0
RGB
CMYK
RGB Variations
Color information
#5D5FD0 (or 0x5D5FD0) is known color: Slate Blue. HEX triplet: 5D, 5F and D0. RGB value is (93,95,208). Sum of RGB (Red+Green+Blue) = 93+95+208=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D5FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5FD0 is #A2A02F. Grayscale: #6A6A6A. Windows color (decimal): -10657840 or 13655901. OLE color: 13655901.
HSL color Cylindrical-coordinate representation of color #5D5FD0: hue angle of 238.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D5FD0 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 95 | 208 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.18 |
| HSL | 238.96º | 0.55% | 0.59% | - |
| HSV(B) | 238.96º | 0.55% | 0.82% | - |
| XYZ | 19.99 | 15.07 | 61.53 | - |
| YUV | 107.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 208 | 0.55 | 0.54 | 0 | 0.18 | 238.96 | 0.55 | 0.59 |
| Hex | 5D | 5F | D0 | 37 | 36 | 0 | 12 | EF | 37 | 3B |
| Octal | 135 | 137 | 320 | 67 | 66 | 0 | 22 | 357 | 67 | 73 |
| Binary | 1011101 | 1011111 | 11010000 | 110111 | 110110 | 0 | 10010 | 11101111 | 110111 | 111011 |
Color Harmonies of #5D5FD0
Complementary color
Monochromatic Colors of #5D5FD0
Black with #5D5FD0
Text Example
Text Example
White with #5D5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FD0; }
p { color: rgb(93,95,208); }
H1.HeaderClassName
{
color: #5D5FD0;
}
.AnyTagClassName
{
color: #5D5FD0;
}
</style>
background-color css
<style>
a { background-color: #5D5FD0; }
a { background-color: rgb(93,95,208); }
div.DivClassName
{
background-color: #5D5FD0;
}
.BgClassName
{
background-color: #5D5FD0;
}
</style>
border-color css
<style>
span { border-color: #5D5FD0; }
span { border-color: rgb(93,95,208); }
td.TdClassName
{
border-color: #5D5FD0;
}
.TagClassName
{
border-color: #5D5FD0;
}
</style>