Shades of Slate Blue #544BC4
Tints of Slate Blue #544BC4
RGB
CMYK
RGB Variations
Color information
#544BC4 (or 0x544BC4) is known color: Slate Blue. HEX triplet: 54, 4B and C4. RGB value is (84,75,196). Sum of RGB (Red+Green+Blue) = 84+75+196=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #544BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BC4 is #ABB43B. Grayscale: #5B5B5B. Windows color (decimal): -11252796 or 12864340. OLE color: 12864340.
HSL color Cylindrical-coordinate representation of color #544BC4: hue angle of 244.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544BC4 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 75 | 196 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.23 |
| HSL | 244.46º | 0.51% | 0.53% | - |
| HSV(B) | 244.46º | 0.62% | 0.77% | - |
| XYZ | 16.14 | 10.9 | 53.48 | - |
| YUV | 91.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 196 | 0.57 | 0.62 | 0 | 0.23 | 244.46 | 0.51 | 0.53 |
| Hex | 54 | 4B | C4 | 39 | 3E | 0 | 17 | F4 | 33 | 35 |
| Octal | 124 | 113 | 304 | 71 | 76 | 0 | 27 | 364 | 63 | 65 |
| Binary | 1010100 | 1001011 | 11000100 | 111001 | 111110 | 0 | 10111 | 11110100 | 110011 | 110101 |
Color Harmonies of #544BC4
Complementary color
Monochromatic Colors of #544BC4
Black with #544BC4
Text Example
Text Example
White with #544BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544BC4; }
p { color: rgb(84,75,196); }
H1.HeaderClassName
{
color: #544BC4;
}
.AnyTagClassName
{
color: #544BC4;
}
</style>
background-color css
<style>
a { background-color: #544BC4; }
a { background-color: rgb(84,75,196); }
div.DivClassName
{
background-color: #544BC4;
}
.BgClassName
{
background-color: #544BC4;
}
</style>
border-color css
<style>
span { border-color: #544BC4; }
span { border-color: rgb(84,75,196); }
td.TdClassName
{
border-color: #544BC4;
}
.TagClassName
{
border-color: #544BC4;
}
</style>