Shades of Slate Blue #5142D2
Tints of Slate Blue #5142D2
RGB
CMYK
RGB Variations
Color information
#5142D2 (or 0x5142D2) is known color: Slate Blue. HEX triplet: 51, 42 and D2. RGB value is (81,66,210). Sum of RGB (Red+Green+Blue) = 81+66+210=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #5142D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142D2 is #AEBD2D. Grayscale: #565656. Windows color (decimal): -11451694 or 13779537. OLE color: 13779537.
HSL color Cylindrical-coordinate representation of color #5142D2: hue angle of 246.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5142D2 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 66 | 210 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.18 |
| HSL | 246.25º | 0.62% | 0.54% | - |
| HSV(B) | 246.25º | 0.69% | 0.82% | - |
| XYZ | 16.97 | 10.3 | 62.07 | - |
| YUV | 86.9 | 197.47 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 210 | 0.61 | 0.69 | 0 | 0.18 | 246.25 | 0.62 | 0.54 |
| Hex | 51 | 42 | D2 | 3D | 45 | 0 | 12 | F6 | 3E | 36 |
| Octal | 121 | 102 | 322 | 75 | 105 | 0 | 22 | 366 | 76 | 66 |
| Binary | 1010001 | 1000010 | 11010010 | 111101 | 1000101 | 0 | 10010 | 11110110 | 111110 | 110110 |
Color Harmonies of #5142D2
Complementary color
Monochromatic Colors of #5142D2
Black with #5142D2
Text Example
Text Example
White with #5142D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5142D2; }
p { color: rgb(81,66,210); }
H1.HeaderClassName
{
color: #5142D2;
}
.AnyTagClassName
{
color: #5142D2;
}
</style>
background-color css
<style>
a { background-color: #5142D2; }
a { background-color: rgb(81,66,210); }
div.DivClassName
{
background-color: #5142D2;
}
.BgClassName
{
background-color: #5142D2;
}
</style>
border-color css
<style>
span { border-color: #5142D2; }
span { border-color: rgb(81,66,210); }
td.TdClassName
{
border-color: #5142D2;
}
.TagClassName
{
border-color: #5142D2;
}
</style>