Shades of Slate Blue #5448CE
Tints of Slate Blue #5448CE
RGB
CMYK
RGB Variations
Color information
#5448CE (or 0x5448CE) is known color: Slate Blue. HEX triplet: 54, 48 and CE. RGB value is (84,72,206). Sum of RGB (Red+Green+Blue) = 84+72+206=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #5448CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448CE is #ABB731. Grayscale: #5A5A5A. Windows color (decimal): -11253554 or 13518932. OLE color: 13518932.
HSL color Cylindrical-coordinate representation of color #5448CE: hue angle of 245.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5448CE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 72 | 206 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.19 |
| HSL | 245.37º | 0.58% | 0.55% | - |
| HSV(B) | 245.37º | 0.65% | 0.81% | - |
| XYZ | 17.11 | 10.98 | 59.61 | - |
| YUV | 90.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 206 | 0.59 | 0.65 | 0 | 0.19 | 245.37 | 0.58 | 0.55 |
| Hex | 54 | 48 | CE | 3B | 41 | 0 | 13 | F5 | 3A | 37 |
| Octal | 124 | 110 | 316 | 73 | 101 | 0 | 23 | 365 | 72 | 67 |
| Binary | 1010100 | 1001000 | 11001110 | 111011 | 1000001 | 0 | 10011 | 11110101 | 111010 | 110111 |
Color Harmonies of #5448CE
Complementary color
Monochromatic Colors of #5448CE
Black with #5448CE
Text Example
Text Example
White with #5448CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5448CE; }
p { color: rgb(84,72,206); }
H1.HeaderClassName
{
color: #5448CE;
}
.AnyTagClassName
{
color: #5448CE;
}
</style>
background-color css
<style>
a { background-color: #5448CE; }
a { background-color: rgb(84,72,206); }
div.DivClassName
{
background-color: #5448CE;
}
.BgClassName
{
background-color: #5448CE;
}
</style>
border-color css
<style>
span { border-color: #5448CE; }
span { border-color: rgb(84,72,206); }
td.TdClassName
{
border-color: #5448CE;
}
.TagClassName
{
border-color: #5448CE;
}
</style>