Shades of Slate Blue #5143CD
Tints of Slate Blue #5143CD
RGB
CMYK
RGB Variations
Color information
#5143CD (or 0x5143CD) is known color: Slate Blue. HEX triplet: 51, 43 and CD. RGB value is (81,67,205). Sum of RGB (Red+Green+Blue) = 81+67+205=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #5143CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143CD is #AEBC32. Grayscale: #565656. Windows color (decimal): -11451443 or 13452113. OLE color: 13452113.
HSL color Cylindrical-coordinate representation of color #5143CD: hue angle of 246.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5143CD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 67 | 205 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.20 |
| HSL | 246.09º | 0.58% | 0.53% | - |
| HSV(B) | 246.09º | 0.67% | 0.8% | - |
| XYZ | 16.42 | 10.17 | 58.86 | - |
| YUV | 86.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 205 | 0.60 | 0.67 | 0 | 0.20 | 246.09 | 0.58 | 0.53 |
| Hex | 51 | 43 | CD | 3C | 43 | 0 | 14 | F6 | 3A | 35 |
| Octal | 121 | 103 | 315 | 74 | 103 | 0 | 24 | 366 | 72 | 65 |
| Binary | 1010001 | 1000011 | 11001101 | 111100 | 1000011 | 0 | 10100 | 11110110 | 111010 | 110101 |
Color Harmonies of #5143CD
Complementary color
Monochromatic Colors of #5143CD
Black with #5143CD
Text Example
Text Example
White with #5143CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143CD; }
p { color: rgb(81,67,205); }
H1.HeaderClassName
{
color: #5143CD;
}
.AnyTagClassName
{
color: #5143CD;
}
</style>
background-color css
<style>
a { background-color: #5143CD; }
a { background-color: rgb(81,67,205); }
div.DivClassName
{
background-color: #5143CD;
}
.BgClassName
{
background-color: #5143CD;
}
</style>
border-color css
<style>
span { border-color: #5143CD; }
span { border-color: rgb(81,67,205); }
td.TdClassName
{
border-color: #5143CD;
}
.TagClassName
{
border-color: #5143CD;
}
</style>