Shades of Slate Blue #5143CE
Tints of Slate Blue #5143CE
RGB
CMYK
RGB Variations
Color information
#5143CE (or 0x5143CE) is known color: Slate Blue. HEX triplet: 51, 43 and CE. RGB value is (81,67,206). Sum of RGB (Red+Green+Blue) = 81+67+206=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #5143CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143CE is #AEBC31. Grayscale: #565656. Windows color (decimal): -11451442 or 13517649. OLE color: 13517649.
HSL color Cylindrical-coordinate representation of color #5143CE: hue angle of 246.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5143CE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 67 | 206 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.19 |
| HSL | 246.04º | 0.59% | 0.54% | - |
| HSV(B) | 246.04º | 0.67% | 0.81% | - |
| XYZ | 16.54 | 10.22 | 59.49 | - |
| YUV | 87.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 206 | 0.61 | 0.67 | 0 | 0.19 | 246.04 | 0.59 | 0.54 |
| Hex | 51 | 43 | CE | 3D | 43 | 0 | 13 | F6 | 3B | 36 |
| Octal | 121 | 103 | 316 | 75 | 103 | 0 | 23 | 366 | 73 | 66 |
| Binary | 1010001 | 1000011 | 11001110 | 111101 | 1000011 | 0 | 10011 | 11110110 | 111011 | 110110 |
Color Harmonies of #5143CE
Complementary color
Monochromatic Colors of #5143CE
Black with #5143CE
Text Example
Text Example
White with #5143CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143CE; }
p { color: rgb(81,67,206); }
H1.HeaderClassName
{
color: #5143CE;
}
.AnyTagClassName
{
color: #5143CE;
}
</style>
background-color css
<style>
a { background-color: #5143CE; }
a { background-color: rgb(81,67,206); }
div.DivClassName
{
background-color: #5143CE;
}
.BgClassName
{
background-color: #5143CE;
}
</style>
border-color css
<style>
span { border-color: #5143CE; }
span { border-color: rgb(81,67,206); }
td.TdClassName
{
border-color: #5143CE;
}
.TagClassName
{
border-color: #5143CE;
}
</style>