Shades of Slate Blue #5143D6
Tints of Slate Blue #5143D6
RGB
CMYK
RGB Variations
Color information
#5143D6 (or 0x5143D6) is known color: Slate Blue. HEX triplet: 51, 43 and D6. RGB value is (81,67,214). Sum of RGB (Red+Green+Blue) = 81+67+214=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #5143D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143D6 is #AEBC29. Grayscale: #575757. Windows color (decimal): -11451434 or 14041937. OLE color: 14041937.
HSL color Cylindrical-coordinate representation of color #5143D6: hue angle of 245.71º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5143D6 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 67 | 214 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.16 |
| HSL | 245.71º | 0.64% | 0.55% | - |
| HSV(B) | 245.71º | 0.69% | 0.84% | - |
| XYZ | 17.54 | 10.62 | 64.74 | - |
| YUV | 87.94 | 199.14 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 214 | 0.62 | 0.69 | 0 | 0.16 | 245.71 | 0.64 | 0.55 |
| Hex | 51 | 43 | D6 | 3E | 45 | 0 | 10 | F6 | 40 | 37 |
| Octal | 121 | 103 | 326 | 76 | 105 | 0 | 20 | 366 | 100 | 67 |
| Binary | 1010001 | 1000011 | 11010110 | 111110 | 1000101 | 0 | 10000 | 11110110 | 1000000 | 110111 |
Color Harmonies of #5143D6
Complementary color
Monochromatic Colors of #5143D6
Black with #5143D6
Text Example
Text Example
White with #5143D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143D6; }
p { color: rgb(81,67,214); }
H1.HeaderClassName
{
color: #5143D6;
}
.AnyTagClassName
{
color: #5143D6;
}
</style>
background-color css
<style>
a { background-color: #5143D6; }
a { background-color: rgb(81,67,214); }
div.DivClassName
{
background-color: #5143D6;
}
.BgClassName
{
background-color: #5143D6;
}
</style>
border-color css
<style>
span { border-color: #5143D6; }
span { border-color: rgb(81,67,214); }
td.TdClassName
{
border-color: #5143D6;
}
.TagClassName
{
border-color: #5143D6;
}
</style>