Shades of Slate Blue #5346CB
Tints of Slate Blue #5346CB
RGB
CMYK
RGB Variations
Color information
#5346CB (or 0x5346CB) is known color: Slate Blue. HEX triplet: 53, 46 and CB. RGB value is (83,70,203). Sum of RGB (Red+Green+Blue) = 83+70+203=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5346CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346CB is #ACB934. Grayscale: #585858. Windows color (decimal): -11319605 or 13321811. OLE color: 13321811.
HSL color Cylindrical-coordinate representation of color #5346CB: hue angle of 245.86º degrees, saturation: 0.56, 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 #5346CB is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 70 | 203 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.20 |
| HSL | 245.86º | 0.56% | 0.54% | - |
| HSV(B) | 245.86º | 0.66% | 0.8% | - |
| XYZ | 16.54 | 10.53 | 57.66 | - |
| YUV | 89.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 203 | 0.59 | 0.66 | 0 | 0.20 | 245.86 | 0.56 | 0.54 |
| Hex | 53 | 46 | CB | 3B | 42 | 0 | 14 | F6 | 38 | 36 |
| Octal | 123 | 106 | 313 | 73 | 102 | 0 | 24 | 366 | 70 | 66 |
| Binary | 1010011 | 1000110 | 11001011 | 111011 | 1000010 | 0 | 10100 | 11110110 | 111000 | 110110 |
Color Harmonies of #5346CB
Complementary color
Monochromatic Colors of #5346CB
Black with #5346CB
Text Example
Text Example
White with #5346CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346CB; }
p { color: rgb(83,70,203); }
H1.HeaderClassName
{
color: #5346CB;
}
.AnyTagClassName
{
color: #5346CB;
}
</style>
background-color css
<style>
a { background-color: #5346CB; }
a { background-color: rgb(83,70,203); }
div.DivClassName
{
background-color: #5346CB;
}
.BgClassName
{
background-color: #5346CB;
}
</style>
border-color css
<style>
span { border-color: #5346CB; }
span { border-color: rgb(83,70,203); }
td.TdClassName
{
border-color: #5346CB;
}
.TagClassName
{
border-color: #5346CB;
}
</style>