Shades of Slate Blue #5348CF
Tints of Slate Blue #5348CF
RGB
CMYK
RGB Variations
Color information
#5348CF (or 0x5348CF) is known color: Slate Blue. HEX triplet: 53, 48 and CF. RGB value is (83,72,207). Sum of RGB (Red+Green+Blue) = 83+72+207=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #5348CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348CF is #ACB730. Grayscale: #5A5A5A. Windows color (decimal): -11319089 or 13584467. OLE color: 13584467.
HSL color Cylindrical-coordinate representation of color #5348CF: hue angle of 244.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5348CF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 72 | 207 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.19 |
| HSL | 244.89º | 0.58% | 0.55% | - |
| HSV(B) | 244.89º | 0.65% | 0.81% | - |
| XYZ | 17.15 | 10.98 | 60.25 | - |
| YUV | 90.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 207 | 0.60 | 0.65 | 0 | 0.19 | 244.89 | 0.58 | 0.55 |
| Hex | 53 | 48 | CF | 3C | 41 | 0 | 13 | F5 | 3A | 37 |
| Octal | 123 | 110 | 317 | 74 | 101 | 0 | 23 | 365 | 72 | 67 |
| Binary | 1010011 | 1001000 | 11001111 | 111100 | 1000001 | 0 | 10011 | 11110101 | 111010 | 110111 |
Color Harmonies of #5348CF
Complementary color
Monochromatic Colors of #5348CF
Black with #5348CF
Text Example
Text Example
White with #5348CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348CF; }
p { color: rgb(83,72,207); }
H1.HeaderClassName
{
color: #5348CF;
}
.AnyTagClassName
{
color: #5348CF;
}
</style>
background-color css
<style>
a { background-color: #5348CF; }
a { background-color: rgb(83,72,207); }
div.DivClassName
{
background-color: #5348CF;
}
.BgClassName
{
background-color: #5348CF;
}
</style>
border-color css
<style>
span { border-color: #5348CF; }
span { border-color: rgb(83,72,207); }
td.TdClassName
{
border-color: #5348CF;
}
.TagClassName
{
border-color: #5348CF;
}
</style>