Shades of Slate Blue #5441CF
Tints of Slate Blue #5441CF
RGB
CMYK
RGB Variations
Color information
#5441CF (or 0x5441CF) is known color: Slate Blue. HEX triplet: 54, 41 and CF. RGB value is (84,65,207). Sum of RGB (Red+Green+Blue) = 84+65+207=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #5441CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441CF is #ABBE30. Grayscale: #565656. Windows color (decimal): -11255345 or 13582676. OLE color: 13582676.
HSL color Cylindrical-coordinate representation of color #5441CF: hue angle of 248.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5441CF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 65 | 207 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.19 |
| HSL | 248.03º | 0.6% | 0.53% | - |
| HSV(B) | 248.03º | 0.69% | 0.81% | - |
| XYZ | 16.81 | 10.17 | 60.11 | - |
| YUV | 86.87 | 195.79 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 207 | 0.59 | 0.69 | 0 | 0.19 | 248.03 | 0.6 | 0.53 |
| Hex | 54 | 41 | CF | 3B | 45 | 0 | 13 | F8 | 3C | 35 |
| Octal | 124 | 101 | 317 | 73 | 105 | 0 | 23 | 370 | 74 | 65 |
| Binary | 1010100 | 1000001 | 11001111 | 111011 | 1000101 | 0 | 10011 | 11111000 | 111100 | 110101 |
Color Harmonies of #5441CF
Complementary color
Monochromatic Colors of #5441CF
Black with #5441CF
Text Example
Text Example
White with #5441CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5441CF; }
p { color: rgb(84,65,207); }
H1.HeaderClassName
{
color: #5441CF;
}
.AnyTagClassName
{
color: #5441CF;
}
</style>
background-color css
<style>
a { background-color: #5441CF; }
a { background-color: rgb(84,65,207); }
div.DivClassName
{
background-color: #5441CF;
}
.BgClassName
{
background-color: #5441CF;
}
</style>
border-color css
<style>
span { border-color: #5441CF; }
span { border-color: rgb(84,65,207); }
td.TdClassName
{
border-color: #5441CF;
}
.TagClassName
{
border-color: #5441CF;
}
</style>