Shades of Slate Blue #5D65DD
Tints of Slate Blue #5D65DD
RGB
CMYK
RGB Variations
Color information
#5D65DD (or 0x5D65DD) is known color: Slate Blue. HEX triplet: 5D, 65 and DD. RGB value is (93,101,221). Sum of RGB (Red+Green+Blue) = 93+101+221=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D65DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D65DD is #A29A22. Grayscale: #6F6F6F. Windows color (decimal): -10656291 or 14509405. OLE color: 14509405.
HSL color Cylindrical-coordinate representation of color #5D65DD: hue angle of 236.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D65DD is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 101 | 221 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.13 |
| HSL | 236.25º | 0.65% | 0.62% | - |
| HSV(B) | 236.25º | 0.58% | 0.87% | - |
| XYZ | 22.22 | 16.85 | 70.49 | - |
| YUV | 112.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 221 | 0.58 | 0.54 | 0 | 0.13 | 236.25 | 0.65 | 0.62 |
| Hex | 5D | 65 | DD | 3A | 36 | 0 | D | EC | 41 | 3E |
| Octal | 135 | 145 | 335 | 72 | 66 | 0 | 15 | 354 | 101 | 76 |
| Binary | 1011101 | 1100101 | 11011101 | 111010 | 110110 | 0 | 1101 | 11101100 | 1000001 | 111110 |
Color Harmonies of #5D65DD
Complementary color
Monochromatic Colors of #5D65DD
Black with #5D65DD
Text Example
Text Example
White with #5D65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D65DD; }
p { color: rgb(93,101,221); }
H1.HeaderClassName
{
color: #5D65DD;
}
.AnyTagClassName
{
color: #5D65DD;
}
</style>
background-color css
<style>
a { background-color: #5D65DD; }
a { background-color: rgb(93,101,221); }
div.DivClassName
{
background-color: #5D65DD;
}
.BgClassName
{
background-color: #5D65DD;
}
</style>
border-color css
<style>
span { border-color: #5D65DD; }
span { border-color: rgb(93,101,221); }
td.TdClassName
{
border-color: #5D65DD;
}
.TagClassName
{
border-color: #5D65DD;
}
</style>