Shades of Slate Blue #5340DD
Tints of Slate Blue #5340DD
RGB
CMYK
RGB Variations
Color information
#5340DD (or 0x5340DD) is known color: Slate Blue. HEX triplet: 53, 40 and DD. RGB value is (83,64,221). Sum of RGB (Red+Green+Blue) = 83+64+221=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #5340DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340DD is #ACBF22. Grayscale: #565656. Windows color (decimal): -11321123 or 14499923. OLE color: 14499923.
HSL color Cylindrical-coordinate representation of color #5340DD: hue angle of 247.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5340DD is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 64 | 221 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.13 |
| HSL | 247.26º | 0.7% | 0.56% | - |
| HSV(B) | 247.26º | 0.71% | 0.87% | - |
| XYZ | 18.45 | 10.73 | 69.5 | - |
| YUV | 87.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 221 | 0.62 | 0.71 | 0 | 0.13 | 247.26 | 0.7 | 0.56 |
| Hex | 53 | 40 | DD | 3E | 47 | 0 | D | F7 | 46 | 38 |
| Octal | 123 | 100 | 335 | 76 | 107 | 0 | 15 | 367 | 106 | 70 |
| Binary | 1010011 | 1000000 | 11011101 | 111110 | 1000111 | 0 | 1101 | 11110111 | 1000110 | 111000 |
Color Harmonies of #5340DD
Complementary color
Monochromatic Colors of #5340DD
Black with #5340DD
Text Example
Text Example
White with #5340DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5340DD; }
p { color: rgb(83,64,221); }
H1.HeaderClassName
{
color: #5340DD;
}
.AnyTagClassName
{
color: #5340DD;
}
</style>
background-color css
<style>
a { background-color: #5340DD; }
a { background-color: rgb(83,64,221); }
div.DivClassName
{
background-color: #5340DD;
}
.BgClassName
{
background-color: #5340DD;
}
</style>
border-color css
<style>
span { border-color: #5340DD; }
span { border-color: rgb(83,64,221); }
td.TdClassName
{
border-color: #5340DD;
}
.TagClassName
{
border-color: #5340DD;
}
</style>