Shades of Slate Blue #5446CE
Tints of Slate Blue #5446CE
RGB
CMYK
RGB Variations
Color information
#5446CE (or 0x5446CE) is known color: Slate Blue. HEX triplet: 54, 46 and CE. RGB value is (84,70,206). Sum of RGB (Red+Green+Blue) = 84+70+206=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5446CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5446CE is #ABB931. Grayscale: #595959. Windows color (decimal): -11254066 or 13518420. OLE color: 13518420.
HSL color Cylindrical-coordinate representation of color #5446CE: hue angle of 246.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5446CE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 70 | 206 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.19 |
| HSL | 246.18º | 0.58% | 0.54% | - |
| HSV(B) | 246.18º | 0.66% | 0.81% | - |
| XYZ | 16.99 | 10.72 | 59.57 | - |
| YUV | 89.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 206 | 0.59 | 0.66 | 0 | 0.19 | 246.18 | 0.58 | 0.54 |
| Hex | 54 | 46 | CE | 3B | 42 | 0 | 13 | F6 | 3A | 36 |
| Octal | 124 | 106 | 316 | 73 | 102 | 0 | 23 | 366 | 72 | 66 |
| Binary | 1010100 | 1000110 | 11001110 | 111011 | 1000010 | 0 | 10011 | 11110110 | 111010 | 110110 |
Color Harmonies of #5446CE
Complementary color
Monochromatic Colors of #5446CE
Black with #5446CE
Text Example
Text Example
White with #5446CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5446CE; }
p { color: rgb(84,70,206); }
H1.HeaderClassName
{
color: #5446CE;
}
.AnyTagClassName
{
color: #5446CE;
}
</style>
background-color css
<style>
a { background-color: #5446CE; }
a { background-color: rgb(84,70,206); }
div.DivClassName
{
background-color: #5446CE;
}
.BgClassName
{
background-color: #5446CE;
}
</style>
border-color css
<style>
span { border-color: #5446CE; }
span { border-color: rgb(84,70,206); }
td.TdClassName
{
border-color: #5446CE;
}
.TagClassName
{
border-color: #5446CE;
}
</style>