Shades of Slate Blue #5346D5
Tints of Slate Blue #5346D5
RGB
CMYK
RGB Variations
Color information
#5346D5 (or 0x5346D5) is known color: Slate Blue. HEX triplet: 53, 46 and D5. RGB value is (83,70,213). Sum of RGB (Red+Green+Blue) = 83+70+213=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #5346D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346D5 is #ACB92A. Grayscale: #595959. Windows color (decimal): -11319595 or 13977171. OLE color: 13977171.
HSL color Cylindrical-coordinate representation of color #5346D5: hue angle of 245.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5346D5 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 70 | 213 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.16 |
| HSL | 245.45º | 0.63% | 0.55% | - |
| HSV(B) | 245.45º | 0.67% | 0.84% | - |
| XYZ | 17.77 | 11.02 | 64.14 | - |
| YUV | 90.19 | 197.31 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 213 | 0.61 | 0.67 | 0 | 0.16 | 245.45 | 0.63 | 0.55 |
| Hex | 53 | 46 | D5 | 3D | 43 | 0 | 10 | F5 | 3F | 37 |
| Octal | 123 | 106 | 325 | 75 | 103 | 0 | 20 | 365 | 77 | 67 |
| Binary | 1010011 | 1000110 | 11010101 | 111101 | 1000011 | 0 | 10000 | 11110101 | 111111 | 110111 |
Color Harmonies of #5346D5
Complementary color
Monochromatic Colors of #5346D5
Black with #5346D5
Text Example
Text Example
White with #5346D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346D5; }
p { color: rgb(83,70,213); }
H1.HeaderClassName
{
color: #5346D5;
}
.AnyTagClassName
{
color: #5346D5;
}
</style>
background-color css
<style>
a { background-color: #5346D5; }
a { background-color: rgb(83,70,213); }
div.DivClassName
{
background-color: #5346D5;
}
.BgClassName
{
background-color: #5346D5;
}
</style>
border-color css
<style>
span { border-color: #5346D5; }
span { border-color: rgb(83,70,213); }
td.TdClassName
{
border-color: #5346D5;
}
.TagClassName
{
border-color: #5346D5;
}
</style>