Shades of Slate Blue #5349DA
Tints of Slate Blue #5349DA
RGB
CMYK
RGB Variations
Color information
#5349DA (or 0x5349DA) is known color: Slate Blue. HEX triplet: 53, 49 and DA. RGB value is (83,73,218). Sum of RGB (Red+Green+Blue) = 83+73+218=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #5349DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349DA is #ACB625. Grayscale: #5B5B5B. Windows color (decimal): -11318822 or 14305619. OLE color: 14305619.
HSL color Cylindrical-coordinate representation of color #5349DA: hue angle of 244.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5349DA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 73 | 218 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.15 |
| HSL | 244.14º | 0.66% | 0.57% | - |
| HSV(B) | 244.14º | 0.67% | 0.85% | - |
| XYZ | 18.6 | 11.67 | 67.6 | - |
| YUV | 92.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 218 | 0.62 | 0.67 | 0 | 0.15 | 244.14 | 0.66 | 0.57 |
| Hex | 53 | 49 | DA | 3E | 43 | 0 | F | F4 | 42 | 39 |
| Octal | 123 | 111 | 332 | 76 | 103 | 0 | 17 | 364 | 102 | 71 |
| Binary | 1010011 | 1001001 | 11011010 | 111110 | 1000011 | 0 | 1111 | 11110100 | 1000010 | 111001 |
Color Harmonies of #5349DA
Complementary color
Monochromatic Colors of #5349DA
Black with #5349DA
Text Example
Text Example
White with #5349DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5349DA; }
p { color: rgb(83,73,218); }
H1.HeaderClassName
{
color: #5349DA;
}
.AnyTagClassName
{
color: #5349DA;
}
</style>
background-color css
<style>
a { background-color: #5349DA; }
a { background-color: rgb(83,73,218); }
div.DivClassName
{
background-color: #5349DA;
}
.BgClassName
{
background-color: #5349DA;
}
</style>
border-color css
<style>
span { border-color: #5349DA; }
span { border-color: rgb(83,73,218); }
td.TdClassName
{
border-color: #5349DA;
}
.TagClassName
{
border-color: #5349DA;
}
</style>