Shades of Slate Blue #5348D2
Tints of Slate Blue #5348D2
RGB
CMYK
RGB Variations
Color information
#5348D2 (or 0x5348D2) is known color: Slate Blue. HEX triplet: 53, 48 and D2. RGB value is (83,72,210). Sum of RGB (Red+Green+Blue) = 83+72+210=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #5348D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348D2 is #ACB72D. Grayscale: #5A5A5A. Windows color (decimal): -11319086 or 13781075. OLE color: 13781075.
HSL color Cylindrical-coordinate representation of color #5348D2: hue angle of 244.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5348D2 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 72 | 210 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.18 |
| HSL | 244.78º | 0.61% | 0.55% | - |
| HSV(B) | 244.78º | 0.66% | 0.82% | - |
| XYZ | 17.52 | 11.13 | 62.2 | - |
| YUV | 91.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 210 | 0.60 | 0.66 | 0 | 0.18 | 244.78 | 0.61 | 0.55 |
| Hex | 53 | 48 | D2 | 3C | 42 | 0 | 12 | F5 | 3D | 37 |
| Octal | 123 | 110 | 322 | 74 | 102 | 0 | 22 | 365 | 75 | 67 |
| Binary | 1010011 | 1001000 | 11010010 | 111100 | 1000010 | 0 | 10010 | 11110101 | 111101 | 110111 |
Color Harmonies of #5348D2
Complementary color
Monochromatic Colors of #5348D2
Black with #5348D2
Text Example
Text Example
White with #5348D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348D2; }
p { color: rgb(83,72,210); }
H1.HeaderClassName
{
color: #5348D2;
}
.AnyTagClassName
{
color: #5348D2;
}
</style>
background-color css
<style>
a { background-color: #5348D2; }
a { background-color: rgb(83,72,210); }
div.DivClassName
{
background-color: #5348D2;
}
.BgClassName
{
background-color: #5348D2;
}
</style>
border-color css
<style>
span { border-color: #5348D2; }
span { border-color: rgb(83,72,210); }
td.TdClassName
{
border-color: #5348D2;
}
.TagClassName
{
border-color: #5348D2;
}
</style>