Shades of Slate Blue #544BCE
Tints of Slate Blue #544BCE
RGB
CMYK
RGB Variations
Color information
#544BCE (or 0x544BCE) is known color: Slate Blue. HEX triplet: 54, 4B and CE. RGB value is (84,75,206). Sum of RGB (Red+Green+Blue) = 84+75+206=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #544BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BCE is #ABB431. Grayscale: #5C5C5C. Windows color (decimal): -11252786 or 13519700. OLE color: 13519700.
HSL color Cylindrical-coordinate representation of color #544BCE: hue angle of 244.12º degrees, saturation: 0.57, 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 #544BCE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 75 | 206 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.19 |
| HSL | 244.12º | 0.57% | 0.55% | - |
| HSV(B) | 244.12º | 0.64% | 0.81% | - |
| XYZ | 17.31 | 11.37 | 59.68 | - |
| YUV | 92.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 206 | 0.59 | 0.64 | 0 | 0.19 | 244.12 | 0.57 | 0.55 |
| Hex | 54 | 4B | CE | 3B | 40 | 0 | 13 | F4 | 39 | 37 |
| Octal | 124 | 113 | 316 | 73 | 100 | 0 | 23 | 364 | 71 | 67 |
| Binary | 1010100 | 1001011 | 11001110 | 111011 | 1000000 | 0 | 10011 | 11110100 | 111001 | 110111 |
Color Harmonies of #544BCE
Complementary color
Monochromatic Colors of #544BCE
Black with #544BCE
Text Example
Text Example
White with #544BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544BCE; }
p { color: rgb(84,75,206); }
H1.HeaderClassName
{
color: #544BCE;
}
.AnyTagClassName
{
color: #544BCE;
}
</style>
background-color css
<style>
a { background-color: #544BCE; }
a { background-color: rgb(84,75,206); }
div.DivClassName
{
background-color: #544BCE;
}
.BgClassName
{
background-color: #544BCE;
}
</style>
border-color css
<style>
span { border-color: #544BCE; }
span { border-color: rgb(84,75,206); }
td.TdClassName
{
border-color: #544BCE;
}
.TagClassName
{
border-color: #544BCE;
}
</style>