Shades of Slate Blue #5347DC
Tints of Slate Blue #5347DC
RGB
CMYK
RGB Variations
Color information
#5347DC (or 0x5347DC) is known color: Slate Blue. HEX triplet: 53, 47 and DC. RGB value is (83,71,220). Sum of RGB (Red+Green+Blue) = 83+71+220=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #5347DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347DC is #ACB823. Grayscale: #5A5A5A. Windows color (decimal): -11319332 or 14436179. OLE color: 14436179.
HSL color Cylindrical-coordinate representation of color #5347DC: hue angle of 244.83º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5347DC is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 71 | 220 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.14 |
| HSL | 244.83º | 0.68% | 0.57% | - |
| HSV(B) | 244.83º | 0.68% | 0.86% | - |
| XYZ | 18.74 | 11.51 | 68.94 | - |
| YUV | 91.57 | 200.48 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 220 | 0.62 | 0.68 | 0 | 0.14 | 244.83 | 0.68 | 0.57 |
| Hex | 53 | 47 | DC | 3E | 44 | 0 | E | F5 | 44 | 39 |
| Octal | 123 | 107 | 334 | 76 | 104 | 0 | 16 | 365 | 104 | 71 |
| Binary | 1010011 | 1000111 | 11011100 | 111110 | 1000100 | 0 | 1110 | 11110101 | 1000100 | 111001 |
Color Harmonies of #5347DC
Complementary color
Monochromatic Colors of #5347DC
Black with #5347DC
Text Example
Text Example
White with #5347DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5347DC; }
p { color: rgb(83,71,220); }
H1.HeaderClassName
{
color: #5347DC;
}
.AnyTagClassName
{
color: #5347DC;
}
</style>
background-color css
<style>
a { background-color: #5347DC; }
a { background-color: rgb(83,71,220); }
div.DivClassName
{
background-color: #5347DC;
}
.BgClassName
{
background-color: #5347DC;
}
</style>
border-color css
<style>
span { border-color: #5347DC; }
span { border-color: rgb(83,71,220); }
td.TdClassName
{
border-color: #5347DC;
}
.TagClassName
{
border-color: #5347DC;
}
</style>