Shades of Slate Blue #5347CE
Tints of Slate Blue #5347CE
RGB
CMYK
RGB Variations
Color information
#5347CE (or 0x5347CE) is known color: Slate Blue. HEX triplet: 53, 47 and CE. RGB value is (83,71,206). Sum of RGB (Red+Green+Blue) = 83+71+206=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5347CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347CE is #ACB831. Grayscale: #595959. Windows color (decimal): -11319346 or 13518675. OLE color: 13518675.
HSL color Cylindrical-coordinate representation of color #5347CE: hue angle of 245.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5347CE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 71 | 206 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.19 |
| HSL | 245.33º | 0.58% | 0.54% | - |
| HSV(B) | 245.33º | 0.66% | 0.81% | - |
| XYZ | 16.96 | 10.8 | 59.58 | - |
| YUV | 89.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 206 | 0.60 | 0.66 | 0 | 0.19 | 245.33 | 0.58 | 0.54 |
| Hex | 53 | 47 | CE | 3C | 42 | 0 | 13 | F5 | 3A | 36 |
| Octal | 123 | 107 | 316 | 74 | 102 | 0 | 23 | 365 | 72 | 66 |
| Binary | 1010011 | 1000111 | 11001110 | 111100 | 1000010 | 0 | 10011 | 11110101 | 111010 | 110110 |
Color Harmonies of #5347CE
Complementary color
Monochromatic Colors of #5347CE
Black with #5347CE
Text Example
Text Example
White with #5347CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5347CE; }
p { color: rgb(83,71,206); }
H1.HeaderClassName
{
color: #5347CE;
}
.AnyTagClassName
{
color: #5347CE;
}
</style>
background-color css
<style>
a { background-color: #5347CE; }
a { background-color: rgb(83,71,206); }
div.DivClassName
{
background-color: #5347CE;
}
.BgClassName
{
background-color: #5347CE;
}
</style>
border-color css
<style>
span { border-color: #5347CE; }
span { border-color: rgb(83,71,206); }
td.TdClassName
{
border-color: #5347CE;
}
.TagClassName
{
border-color: #5347CE;
}
</style>