Shades of Slate Blue #5345D6
Tints of Slate Blue #5345D6
RGB
CMYK
RGB Variations
Color information
#5345D6 (or 0x5345D6) is known color: Slate Blue. HEX triplet: 53, 45 and D6. RGB value is (83,69,214). Sum of RGB (Red+Green+Blue) = 83+69+214=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 214 (83.98% from 255 or 58.47% from 366); Max value from RGB is 214 - color contains mainly: blue. Hex color #5345D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345D6 is #ACBA29. Grayscale: #595959. Windows color (decimal): -11319850 or 14042451. OLE color: 14042451.
HSL color Cylindrical-coordinate representation of color #5345D6: hue angle of 245.79º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5345D6 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 69 | 214 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.16 |
| HSL | 245.79º | 0.64% | 0.55% | - |
| HSV(B) | 245.79º | 0.68% | 0.84% | - |
| XYZ | 17.83 | 10.95 | 64.79 | - |
| YUV | 89.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 214 | 0.61 | 0.68 | 0 | 0.16 | 245.79 | 0.64 | 0.55 |
| Hex | 53 | 45 | D6 | 3D | 44 | 0 | 10 | F6 | 40 | 37 |
| Octal | 123 | 105 | 326 | 75 | 104 | 0 | 20 | 366 | 100 | 67 |
| Binary | 1010011 | 1000101 | 11010110 | 111101 | 1000100 | 0 | 10000 | 11110110 | 1000000 | 110111 |
Color Harmonies of #5345D6
Complementary color
Monochromatic Colors of #5345D6
Black with #5345D6
Text Example
Text Example
White with #5345D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345D6; }
p { color: rgb(83,69,214); }
H1.HeaderClassName
{
color: #5345D6;
}
.AnyTagClassName
{
color: #5345D6;
}
</style>
background-color css
<style>
a { background-color: #5345D6; }
a { background-color: rgb(83,69,214); }
div.DivClassName
{
background-color: #5345D6;
}
.BgClassName
{
background-color: #5345D6;
}
</style>
border-color css
<style>
span { border-color: #5345D6; }
span { border-color: rgb(83,69,214); }
td.TdClassName
{
border-color: #5345D6;
}
.TagClassName
{
border-color: #5345D6;
}
</style>