Shades of Slate Blue #5346CC
Tints of Slate Blue #5346CC
RGB
CMYK
RGB Variations
Color information
#5346CC (or 0x5346CC) is known color: Slate Blue. HEX triplet: 53, 46 and CC. RGB value is (83,70,204). Sum of RGB (Red+Green+Blue) = 83+70+204=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #5346CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346CC is #ACB933. Grayscale: #585858. Windows color (decimal): -11319604 or 13387347. OLE color: 13387347.
HSL color Cylindrical-coordinate representation of color #5346CC: hue angle of 245.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5346CC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 70 | 204 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.2 |
| HSL | 245.82º | 0.57% | 0.54% | - |
| HSV(B) | 245.82º | 0.66% | 0.8% | - |
| XYZ | 16.66 | 10.58 | 58.29 | - |
| YUV | 89.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 204 | 0.59 | 0.66 | 0 | 0.2 | 245.82 | 0.57 | 0.54 |
| Hex | 53 | 46 | CC | 3B | 42 | 0 | 14 | F6 | 39 | 36 |
| Octal | 123 | 106 | 314 | 73 | 102 | 0 | 24 | 366 | 71 | 66 |
| Binary | 1010011 | 1000110 | 11001100 | 111011 | 1000010 | 0 | 10100 | 11110110 | 111001 | 110110 |
Color Harmonies of #5346CC
Complementary color
Monochromatic Colors of #5346CC
Black with #5346CC
Text Example
Text Example
White with #5346CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346CC; }
p { color: rgb(83,70,204); }
H1.HeaderClassName
{
color: #5346CC;
}
.AnyTagClassName
{
color: #5346CC;
}
</style>
background-color css
<style>
a { background-color: #5346CC; }
a { background-color: rgb(83,70,204); }
div.DivClassName
{
background-color: #5346CC;
}
.BgClassName
{
background-color: #5346CC;
}
</style>
border-color css
<style>
span { border-color: #5346CC; }
span { border-color: rgb(83,70,204); }
td.TdClassName
{
border-color: #5346CC;
}
.TagClassName
{
border-color: #5346CC;
}
</style>