Shades of Slate Blue #5041D4
Tints of Slate Blue #5041D4
RGB
CMYK
RGB Variations
Color information
#5041D4 (or 0x5041D4) is known color: Slate Blue. HEX triplet: 50, 41 and D4. RGB value is (80,65,212). Sum of RGB (Red+Green+Blue) = 80+65+212=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 212 (83.20% from 255 or 59.38% from 357); Max value from RGB is 212 - color contains mainly: blue. Hex color #5041D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041D4 is #AFBE2B. Grayscale: #555555. Windows color (decimal): -11517484 or 13910352. OLE color: 13910352.
HSL color Cylindrical-coordinate representation of color #5041D4: hue angle of 246.12º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5041D4 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 65 | 212 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.17 |
| HSL | 246.12º | 0.63% | 0.54% | - |
| HSV(B) | 246.12º | 0.69% | 0.83% | - |
| XYZ | 17.08 | 10.24 | 63.36 | - |
| YUV | 86.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 212 | 0.62 | 0.69 | 0 | 0.17 | 246.12 | 0.63 | 0.54 |
| Hex | 50 | 41 | D4 | 3E | 45 | 0 | 11 | F6 | 3F | 36 |
| Octal | 120 | 101 | 324 | 76 | 105 | 0 | 21 | 366 | 77 | 66 |
| Binary | 1010000 | 1000001 | 11010100 | 111110 | 1000101 | 0 | 10001 | 11110110 | 111111 | 110110 |
Color Harmonies of #5041D4
Complementary color
Monochromatic Colors of #5041D4
Black with #5041D4
Text Example
Text Example
White with #5041D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041D4; }
p { color: rgb(80,65,212); }
H1.HeaderClassName
{
color: #5041D4;
}
.AnyTagClassName
{
color: #5041D4;
}
</style>
background-color css
<style>
a { background-color: #5041D4; }
a { background-color: rgb(80,65,212); }
div.DivClassName
{
background-color: #5041D4;
}
.BgClassName
{
background-color: #5041D4;
}
</style>
border-color css
<style>
span { border-color: #5041D4; }
span { border-color: rgb(80,65,212); }
td.TdClassName
{
border-color: #5041D4;
}
.TagClassName
{
border-color: #5041D4;
}
</style>