Shades of Slate Blue #5448CC
Tints of Slate Blue #5448CC
RGB
CMYK
RGB Variations
Color information
#5448CC (or 0x5448CC) is known color: Slate Blue. HEX triplet: 54, 48 and CC. RGB value is (84,72,204). Sum of RGB (Red+Green+Blue) = 84+72+204=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5448CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448CC is #ABB733. Grayscale: #5A5A5A. Windows color (decimal): -11253556 or 13387860. OLE color: 13387860.
HSL color Cylindrical-coordinate representation of color #5448CC: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5448CC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 72 | 204 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.2 |
| HSL | 245.45º | 0.56% | 0.54% | - |
| HSV(B) | 245.45º | 0.65% | 0.8% | - |
| XYZ | 16.87 | 10.88 | 58.34 | - |
| YUV | 90.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 204 | 0.59 | 0.65 | 0 | 0.2 | 245.45 | 0.56 | 0.54 |
| Hex | 54 | 48 | CC | 3B | 41 | 0 | 14 | F5 | 38 | 36 |
| Octal | 124 | 110 | 314 | 73 | 101 | 0 | 24 | 365 | 70 | 66 |
| Binary | 1010100 | 1001000 | 11001100 | 111011 | 1000001 | 0 | 10100 | 11110101 | 111000 | 110110 |
Color Harmonies of #5448CC
Complementary color
Monochromatic Colors of #5448CC
Black with #5448CC
Text Example
Text Example
White with #5448CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5448CC; }
p { color: rgb(84,72,204); }
H1.HeaderClassName
{
color: #5448CC;
}
.AnyTagClassName
{
color: #5448CC;
}
</style>
background-color css
<style>
a { background-color: #5448CC; }
a { background-color: rgb(84,72,204); }
div.DivClassName
{
background-color: #5448CC;
}
.BgClassName
{
background-color: #5448CC;
}
</style>
border-color css
<style>
span { border-color: #5448CC; }
span { border-color: rgb(84,72,204); }
td.TdClassName
{
border-color: #5448CC;
}
.TagClassName
{
border-color: #5448CC;
}
</style>