Shades of Slate Blue #544ACB
Tints of Slate Blue #544ACB
RGB
CMYK
RGB Variations
Color information
#544ACB (or 0x544ACB) is known color: Slate Blue. HEX triplet: 54, 4A and CB. RGB value is (84,74,203). Sum of RGB (Red+Green+Blue) = 84+74+203=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #544ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ACB is #ABB534. Grayscale: #5B5B5B. Windows color (decimal): -11253045 or 13322836. OLE color: 13322836.
HSL color Cylindrical-coordinate representation of color #544ACB: hue angle of 244.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544ACB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 74 | 203 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.20 |
| HSL | 244.65º | 0.55% | 0.54% | - |
| HSV(B) | 244.65º | 0.64% | 0.8% | - |
| XYZ | 16.88 | 11.09 | 57.75 | - |
| YUV | 91.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 203 | 0.59 | 0.64 | 0 | 0.20 | 244.65 | 0.55 | 0.54 |
| Hex | 54 | 4A | CB | 3B | 40 | 0 | 14 | F5 | 37 | 36 |
| Octal | 124 | 112 | 313 | 73 | 100 | 0 | 24 | 365 | 67 | 66 |
| Binary | 1010100 | 1001010 | 11001011 | 111011 | 1000000 | 0 | 10100 | 11110101 | 110111 | 110110 |
Color Harmonies of #544ACB
Complementary color
Monochromatic Colors of #544ACB
Black with #544ACB
Text Example
Text Example
White with #544ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544ACB; }
p { color: rgb(84,74,203); }
H1.HeaderClassName
{
color: #544ACB;
}
.AnyTagClassName
{
color: #544ACB;
}
</style>
background-color css
<style>
a { background-color: #544ACB; }
a { background-color: rgb(84,74,203); }
div.DivClassName
{
background-color: #544ACB;
}
.BgClassName
{
background-color: #544ACB;
}
</style>
border-color css
<style>
span { border-color: #544ACB; }
span { border-color: rgb(84,74,203); }
td.TdClassName
{
border-color: #544ACB;
}
.TagClassName
{
border-color: #544ACB;
}
</style>