Shades of Slate Blue #5446CC
Tints of Slate Blue #5446CC
RGB
CMYK
RGB Variations
Color information
#5446CC (or 0x5446CC) is known color: Slate Blue. HEX triplet: 54, 46 and CC. RGB value is (84,70,204). Sum of RGB (Red+Green+Blue) = 84+70+204=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5446CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5446CC is #ABB933. Grayscale: #585858. Windows color (decimal): -11254068 or 13387348. OLE color: 13387348.
HSL color Cylindrical-coordinate representation of color #5446CC: hue angle of 246.27º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5446CC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 70 | 204 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.2 |
| HSL | 246.27º | 0.57% | 0.54% | - |
| HSV(B) | 246.27º | 0.66% | 0.8% | - |
| XYZ | 16.75 | 10.62 | 58.29 | - |
| YUV | 89.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 204 | 0.59 | 0.66 | 0 | 0.2 | 246.27 | 0.57 | 0.54 |
| Hex | 54 | 46 | CC | 3B | 42 | 0 | 14 | F6 | 39 | 36 |
| Octal | 124 | 106 | 314 | 73 | 102 | 0 | 24 | 366 | 71 | 66 |
| Binary | 1010100 | 1000110 | 11001100 | 111011 | 1000010 | 0 | 10100 | 11110110 | 111001 | 110110 |
Color Harmonies of #5446CC
Complementary color
Monochromatic Colors of #5446CC
Black with #5446CC
Text Example
Text Example
White with #5446CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5446CC; }
p { color: rgb(84,70,204); }
H1.HeaderClassName
{
color: #5446CC;
}
.AnyTagClassName
{
color: #5446CC;
}
</style>
background-color css
<style>
a { background-color: #5446CC; }
a { background-color: rgb(84,70,204); }
div.DivClassName
{
background-color: #5446CC;
}
.BgClassName
{
background-color: #5446CC;
}
</style>
border-color css
<style>
span { border-color: #5446CC; }
span { border-color: rgb(84,70,204); }
td.TdClassName
{
border-color: #5446CC;
}
.TagClassName
{
border-color: #5446CC;
}
</style>