Shades of Slate Blue #5349CB
Tints of Slate Blue #5349CB
RGB
CMYK
RGB Variations
Color information
#5349CB (or 0x5349CB) is known color: Slate Blue. HEX triplet: 53, 49 and CB. RGB value is (83,73,203). Sum of RGB (Red+Green+Blue) = 83+73+203=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #5349CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349CB is #ACB634. Grayscale: #5A5A5A. Windows color (decimal): -11318837 or 13322579. OLE color: 13322579.
HSL color Cylindrical-coordinate representation of color #5349CB: hue angle of 244.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5349CB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 73 | 203 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.20 |
| HSL | 244.62º | 0.56% | 0.54% | - |
| HSV(B) | 244.62º | 0.64% | 0.8% | - |
| XYZ | 16.73 | 10.92 | 57.73 | - |
| YUV | 90.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 203 | 0.59 | 0.64 | 0 | 0.20 | 244.62 | 0.56 | 0.54 |
| Hex | 53 | 49 | CB | 3B | 40 | 0 | 14 | F5 | 38 | 36 |
| Octal | 123 | 111 | 313 | 73 | 100 | 0 | 24 | 365 | 70 | 66 |
| Binary | 1010011 | 1001001 | 11001011 | 111011 | 1000000 | 0 | 10100 | 11110101 | 111000 | 110110 |
Color Harmonies of #5349CB
Complementary color
Monochromatic Colors of #5349CB
Black with #5349CB
Text Example
Text Example
White with #5349CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5349CB; }
p { color: rgb(83,73,203); }
H1.HeaderClassName
{
color: #5349CB;
}
.AnyTagClassName
{
color: #5349CB;
}
</style>
background-color css
<style>
a { background-color: #5349CB; }
a { background-color: rgb(83,73,203); }
div.DivClassName
{
background-color: #5349CB;
}
.BgClassName
{
background-color: #5349CB;
}
</style>
border-color css
<style>
span { border-color: #5349CB; }
span { border-color: rgb(83,73,203); }
td.TdClassName
{
border-color: #5349CB;
}
.TagClassName
{
border-color: #5349CB;
}
</style>