Shades of Slate Blue #5346CE
Tints of Slate Blue #5346CE
RGB
CMYK
RGB Variations
Color information
#5346CE (or 0x5346CE) is known color: Slate Blue. HEX triplet: 53, 46 and CE. RGB value is (83,70,206). Sum of RGB (Red+Green+Blue) = 83+70+206=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5346CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346CE is #ACB931. Grayscale: #585858. Windows color (decimal): -11319602 or 13518419. OLE color: 13518419.
HSL color Cylindrical-coordinate representation of color #5346CE: hue angle of 245.74º 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 #5346CE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 70 | 206 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.19 |
| HSL | 245.74º | 0.58% | 0.54% | - |
| HSV(B) | 245.74º | 0.66% | 0.81% | - |
| XYZ | 16.9 | 10.68 | 59.56 | - |
| YUV | 89.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 206 | 0.60 | 0.66 | 0 | 0.19 | 245.74 | 0.58 | 0.54 |
| Hex | 53 | 46 | CE | 3C | 42 | 0 | 13 | F6 | 3A | 36 |
| Octal | 123 | 106 | 316 | 74 | 102 | 0 | 23 | 366 | 72 | 66 |
| Binary | 1010011 | 1000110 | 11001110 | 111100 | 1000010 | 0 | 10011 | 11110110 | 111010 | 110110 |
Color Harmonies of #5346CE
Complementary color
Monochromatic Colors of #5346CE
Black with #5346CE
Text Example
Text Example
White with #5346CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346CE; }
p { color: rgb(83,70,206); }
H1.HeaderClassName
{
color: #5346CE;
}
.AnyTagClassName
{
color: #5346CE;
}
</style>
background-color css
<style>
a { background-color: #5346CE; }
a { background-color: rgb(83,70,206); }
div.DivClassName
{
background-color: #5346CE;
}
.BgClassName
{
background-color: #5346CE;
}
</style>
border-color css
<style>
span { border-color: #5346CE; }
span { border-color: rgb(83,70,206); }
td.TdClassName
{
border-color: #5346CE;
}
.TagClassName
{
border-color: #5346CE;
}
</style>