Shades of Slate Blue #5441DC
Tints of Slate Blue #5441DC
RGB
CMYK
RGB Variations
Color information
#5441DC (or 0x5441DC) is known color: Slate Blue. HEX triplet: 54, 41 and DC. RGB value is (84,65,220). Sum of RGB (Red+Green+Blue) = 84+65+220=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #5441DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441DC is #ABBE23. Grayscale: #575757. Windows color (decimal): -11255332 or 14434644. OLE color: 14434644.
HSL color Cylindrical-coordinate representation of color #5441DC: hue angle of 247.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5441DC is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 65 | 220 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.14 |
| HSL | 247.35º | 0.69% | 0.56% | - |
| HSV(B) | 247.35º | 0.7% | 0.86% | - |
| XYZ | 18.46 | 10.83 | 68.83 | - |
| YUV | 88.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 220 | 0.62 | 0.70 | 0 | 0.14 | 247.35 | 0.69 | 0.56 |
| Hex | 54 | 41 | DC | 3E | 46 | 0 | E | F7 | 45 | 38 |
| Octal | 124 | 101 | 334 | 76 | 106 | 0 | 16 | 367 | 105 | 70 |
| Binary | 1010100 | 1000001 | 11011100 | 111110 | 1000110 | 0 | 1110 | 11110111 | 1000101 | 111000 |
Color Harmonies of #5441DC
Complementary color
Monochromatic Colors of #5441DC
Black with #5441DC
Text Example
Text Example
White with #5441DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5441DC; }
p { color: rgb(84,65,220); }
H1.HeaderClassName
{
color: #5441DC;
}
.AnyTagClassName
{
color: #5441DC;
}
</style>
background-color css
<style>
a { background-color: #5441DC; }
a { background-color: rgb(84,65,220); }
div.DivClassName
{
background-color: #5441DC;
}
.BgClassName
{
background-color: #5441DC;
}
</style>
border-color css
<style>
span { border-color: #5441DC; }
span { border-color: rgb(84,65,220); }
td.TdClassName
{
border-color: #5441DC;
}
.TagClassName
{
border-color: #5441DC;
}
</style>