Shades of Slate Blue #5348DE
Tints of Slate Blue #5348DE
RGB
CMYK
RGB Variations
Color information
#5348DE (or 0x5348DE) is known color: Slate Blue. HEX triplet: 53, 48 and DE. RGB value is (83,72,222). Sum of RGB (Red+Green+Blue) = 83+72+222=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #5348DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348DE is #ACB721. Grayscale: #5B5B5B. Windows color (decimal): -11319074 or 14567507. OLE color: 14567507.
HSL color Cylindrical-coordinate representation of color #5348DE: hue angle of 244.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5348DE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 72 | 222 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.13 |
| HSL | 244.4º | 0.69% | 0.58% | - |
| HSV(B) | 244.4º | 0.68% | 0.87% | - |
| XYZ | 19.07 | 11.75 | 70.37 | - |
| YUV | 92.39 | 201.14 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 222 | 0.63 | 0.68 | 0 | 0.13 | 244.4 | 0.69 | 0.58 |
| Hex | 53 | 48 | DE | 3F | 44 | 0 | D | F4 | 45 | 3A |
| Octal | 123 | 110 | 336 | 77 | 104 | 0 | 15 | 364 | 105 | 72 |
| Binary | 1010011 | 1001000 | 11011110 | 111111 | 1000100 | 0 | 1101 | 11110100 | 1000101 | 111010 |
Color Harmonies of #5348DE
Complementary color
Monochromatic Colors of #5348DE
Black with #5348DE
Text Example
Text Example
White with #5348DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348DE; }
p { color: rgb(83,72,222); }
H1.HeaderClassName
{
color: #5348DE;
}
.AnyTagClassName
{
color: #5348DE;
}
</style>
background-color css
<style>
a { background-color: #5348DE; }
a { background-color: rgb(83,72,222); }
div.DivClassName
{
background-color: #5348DE;
}
.BgClassName
{
background-color: #5348DE;
}
</style>
border-color css
<style>
span { border-color: #5348DE; }
span { border-color: rgb(83,72,222); }
td.TdClassName
{
border-color: #5348DE;
}
.TagClassName
{
border-color: #5348DE;
}
</style>