Shades of Slate Blue #5348DC
Tints of Slate Blue #5348DC
RGB
CMYK
RGB Variations
Color information
#5348DC (or 0x5348DC) is known color: Slate Blue. HEX triplet: 53, 48 and DC. RGB value is (83,72,220). Sum of RGB (Red+Green+Blue) = 83+72+220=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #5348DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348DC is #ACB723. Grayscale: #5B5B5B. Windows color (decimal): -11319076 or 14436435. OLE color: 14436435.
HSL color Cylindrical-coordinate representation of color #5348DC: hue angle of 244.46º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5348DC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 72 | 220 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.14 |
| HSL | 244.46º | 0.68% | 0.57% | - |
| HSV(B) | 244.46º | 0.67% | 0.86% | - |
| XYZ | 18.8 | 11.64 | 68.97 | - |
| YUV | 92.16 | 200.14 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 220 | 0.62 | 0.67 | 0 | 0.14 | 244.46 | 0.68 | 0.57 |
| Hex | 53 | 48 | DC | 3E | 43 | 0 | E | F4 | 44 | 39 |
| Octal | 123 | 110 | 334 | 76 | 103 | 0 | 16 | 364 | 104 | 71 |
| Binary | 1010011 | 1001000 | 11011100 | 111110 | 1000011 | 0 | 1110 | 11110100 | 1000100 | 111001 |
Color Harmonies of #5348DC
Complementary color
Monochromatic Colors of #5348DC
Black with #5348DC
Text Example
Text Example
White with #5348DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348DC; }
p { color: rgb(83,72,220); }
H1.HeaderClassName
{
color: #5348DC;
}
.AnyTagClassName
{
color: #5348DC;
}
</style>
background-color css
<style>
a { background-color: #5348DC; }
a { background-color: rgb(83,72,220); }
div.DivClassName
{
background-color: #5348DC;
}
.BgClassName
{
background-color: #5348DC;
}
</style>
border-color css
<style>
span { border-color: #5348DC; }
span { border-color: rgb(83,72,220); }
td.TdClassName
{
border-color: #5348DC;
}
.TagClassName
{
border-color: #5348DC;
}
</style>