Shades of Slate Blue #5346C5
Tints of Slate Blue #5346C5
RGB
CMYK
RGB Variations
Color information
#5346C5 (or 0x5346C5) is known color: Slate Blue. HEX triplet: 53, 46 and C5. RGB value is (83,70,197). Sum of RGB (Red+Green+Blue) = 83+70+197=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 197 (77.34% from 255 or 56.29% from 350); Max value from RGB is 197 - color contains mainly: blue. Hex color #5346C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346C5 is #ACB93A. Grayscale: #575757. Windows color (decimal): -11319611 or 12928595. OLE color: 12928595.
HSL color Cylindrical-coordinate representation of color #5346C5: hue angle of 246.14º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5346C5 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 70 | 197 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.23 |
| HSL | 246.14º | 0.52% | 0.52% | - |
| HSV(B) | 246.14º | 0.64% | 0.77% | - |
| XYZ | 15.84 | 10.25 | 53.97 | - |
| YUV | 88.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 197 | 0.58 | 0.64 | 0 | 0.23 | 246.14 | 0.52 | 0.52 |
| Hex | 53 | 46 | C5 | 3A | 40 | 0 | 17 | F6 | 34 | 34 |
| Octal | 123 | 106 | 305 | 72 | 100 | 0 | 27 | 366 | 64 | 64 |
| Binary | 1010011 | 1000110 | 11000101 | 111010 | 1000000 | 0 | 10111 | 11110110 | 110100 | 110100 |
Color Harmonies of #5346C5
Complementary color
Monochromatic Colors of #5346C5
Black with #5346C5
Text Example
Text Example
White with #5346C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346C5; }
p { color: rgb(83,70,197); }
H1.HeaderClassName
{
color: #5346C5;
}
.AnyTagClassName
{
color: #5346C5;
}
</style>
background-color css
<style>
a { background-color: #5346C5; }
a { background-color: rgb(83,70,197); }
div.DivClassName
{
background-color: #5346C5;
}
.BgClassName
{
background-color: #5346C5;
}
</style>
border-color css
<style>
span { border-color: #5346C5; }
span { border-color: rgb(83,70,197); }
td.TdClassName
{
border-color: #5346C5;
}
.TagClassName
{
border-color: #5346C5;
}
</style>