Shades of Slate Blue #5341D7
Tints of Slate Blue #5341D7
RGB
CMYK
RGB Variations
Color information
#5341D7 (or 0x5341D7) is known color: Slate Blue. HEX triplet: 53, 41 and D7. RGB value is (83,65,215). Sum of RGB (Red+Green+Blue) = 83+65+215=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #5341D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341D7 is #ACBE28. Grayscale: #565656. Windows color (decimal): -11320873 or 14106963. OLE color: 14106963.
HSL color Cylindrical-coordinate representation of color #5341D7: hue angle of 247.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5341D7 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 65 | 215 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.16 |
| HSL | 247.2º | 0.65% | 0.55% | - |
| HSV(B) | 247.2º | 0.7% | 0.84% | - |
| XYZ | 17.72 | 10.53 | 65.39 | - |
| YUV | 87.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 215 | 0.61 | 0.70 | 0 | 0.16 | 247.2 | 0.65 | 0.55 |
| Hex | 53 | 41 | D7 | 3D | 46 | 0 | 10 | F7 | 41 | 37 |
| Octal | 123 | 101 | 327 | 75 | 106 | 0 | 20 | 367 | 101 | 67 |
| Binary | 1010011 | 1000001 | 11010111 | 111101 | 1000110 | 0 | 10000 | 11110111 | 1000001 | 110111 |
Color Harmonies of #5341D7
Complementary color
Monochromatic Colors of #5341D7
Black with #5341D7
Text Example
Text Example
White with #5341D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341D7; }
p { color: rgb(83,65,215); }
H1.HeaderClassName
{
color: #5341D7;
}
.AnyTagClassName
{
color: #5341D7;
}
</style>
background-color css
<style>
a { background-color: #5341D7; }
a { background-color: rgb(83,65,215); }
div.DivClassName
{
background-color: #5341D7;
}
.BgClassName
{
background-color: #5341D7;
}
</style>
border-color css
<style>
span { border-color: #5341D7; }
span { border-color: rgb(83,65,215); }
td.TdClassName
{
border-color: #5341D7;
}
.TagClassName
{
border-color: #5341D7;
}
</style>