Shades of Slate Blue #544ACF
Tints of Slate Blue #544ACF
RGB
CMYK
RGB Variations
Color information
#544ACF (or 0x544ACF) is known color: Slate Blue. HEX triplet: 54, 4A and CF. RGB value is (84,74,207). Sum of RGB (Red+Green+Blue) = 84+74+207=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #544ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ACF is #ABB530. Grayscale: #5B5B5B. Windows color (decimal): -11253041 or 13584980. OLE color: 13584980.
HSL color Cylindrical-coordinate representation of color #544ACF: hue angle of 244.51º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544ACF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 74 | 207 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.19 |
| HSL | 244.51º | 0.58% | 0.55% | - |
| HSV(B) | 244.51º | 0.64% | 0.81% | - |
| XYZ | 17.37 | 11.29 | 60.29 | - |
| YUV | 92.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 207 | 0.59 | 0.64 | 0 | 0.19 | 244.51 | 0.58 | 0.55 |
| Hex | 54 | 4A | CF | 3B | 40 | 0 | 13 | F5 | 3A | 37 |
| Octal | 124 | 112 | 317 | 73 | 100 | 0 | 23 | 365 | 72 | 67 |
| Binary | 1010100 | 1001010 | 11001111 | 111011 | 1000000 | 0 | 10011 | 11110101 | 111010 | 110111 |
Color Harmonies of #544ACF
Complementary color
Monochromatic Colors of #544ACF
Black with #544ACF
Text Example
Text Example
White with #544ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544ACF; }
p { color: rgb(84,74,207); }
H1.HeaderClassName
{
color: #544ACF;
}
.AnyTagClassName
{
color: #544ACF;
}
</style>
background-color css
<style>
a { background-color: #544ACF; }
a { background-color: rgb(84,74,207); }
div.DivClassName
{
background-color: #544ACF;
}
.BgClassName
{
background-color: #544ACF;
}
</style>
border-color css
<style>
span { border-color: #544ACF; }
span { border-color: rgb(84,74,207); }
td.TdClassName
{
border-color: #544ACF;
}
.TagClassName
{
border-color: #544ACF;
}
</style>