Shades of Slate Blue #544BCC
Tints of Slate Blue #544BCC
RGB
CMYK
RGB Variations
Color information
#544BCC (or 0x544BCC) is known color: Slate Blue. HEX triplet: 54, 4B and CC. RGB value is (84,75,204). Sum of RGB (Red+Green+Blue) = 84+75+204=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #544BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BCC is #ABB433. Grayscale: #5B5B5B. Windows color (decimal): -11252788 or 13388628. OLE color: 13388628.
HSL color Cylindrical-coordinate representation of color #544BCC: hue angle of 244.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544BCC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 75 | 204 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.2 |
| HSL | 244.19º | 0.56% | 0.55% | - |
| HSV(B) | 244.19º | 0.63% | 0.8% | - |
| XYZ | 17.07 | 11.28 | 58.4 | - |
| YUV | 92.4 | 190.98 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 204 | 0.59 | 0.63 | 0 | 0.2 | 244.19 | 0.56 | 0.55 |
| Hex | 54 | 4B | CC | 3B | 3F | 0 | 14 | F4 | 38 | 37 |
| Octal | 124 | 113 | 314 | 73 | 77 | 0 | 24 | 364 | 70 | 67 |
| Binary | 1010100 | 1001011 | 11001100 | 111011 | 111111 | 0 | 10100 | 11110100 | 111000 | 110111 |
Color Harmonies of #544BCC
Complementary color
Monochromatic Colors of #544BCC
Black with #544BCC
Text Example
Text Example
White with #544BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544BCC; }
p { color: rgb(84,75,204); }
H1.HeaderClassName
{
color: #544BCC;
}
.AnyTagClassName
{
color: #544BCC;
}
</style>
background-color css
<style>
a { background-color: #544BCC; }
a { background-color: rgb(84,75,204); }
div.DivClassName
{
background-color: #544BCC;
}
.BgClassName
{
background-color: #544BCC;
}
</style>
border-color css
<style>
span { border-color: #544BCC; }
span { border-color: rgb(84,75,204); }
td.TdClassName
{
border-color: #544BCC;
}
.TagClassName
{
border-color: #544BCC;
}
</style>