Shades of Slate Blue #5649CC
Tints of Slate Blue #5649CC
RGB
CMYK
RGB Variations
Color information
#5649CC (or 0x5649CC) is known color: Slate Blue. HEX triplet: 56, 49 and CC. RGB value is (86,73,204). Sum of RGB (Red+Green+Blue) = 86+73+204=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 73 (28.91% from 255 or 20.11% 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 #5649CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649CC is #A9B633. Grayscale: #5B5B5B. Windows color (decimal): -11122228 or 13388118. OLE color: 13388118.
HSL color Cylindrical-coordinate representation of color #5649CC: hue angle of 245.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5649CC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 73 | 204 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.2 |
| HSL | 245.95º | 0.56% | 0.54% | - |
| HSV(B) | 245.95º | 0.64% | 0.8% | - |
| XYZ | 17.12 | 11.1 | 58.37 | - |
| YUV | 91.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 204 | 0.58 | 0.64 | 0 | 0.2 | 245.95 | 0.56 | 0.54 |
| Hex | 56 | 49 | CC | 3A | 40 | 0 | 14 | F6 | 38 | 36 |
| Octal | 126 | 111 | 314 | 72 | 100 | 0 | 24 | 366 | 70 | 66 |
| Binary | 1010110 | 1001001 | 11001100 | 111010 | 1000000 | 0 | 10100 | 11110110 | 111000 | 110110 |
Color Harmonies of #5649CC
Complementary color
Monochromatic Colors of #5649CC
Black with #5649CC
Text Example
Text Example
White with #5649CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649CC; }
p { color: rgb(86,73,204); }
H1.HeaderClassName
{
color: #5649CC;
}
.AnyTagClassName
{
color: #5649CC;
}
</style>
background-color css
<style>
a { background-color: #5649CC; }
a { background-color: rgb(86,73,204); }
div.DivClassName
{
background-color: #5649CC;
}
.BgClassName
{
background-color: #5649CC;
}
</style>
border-color css
<style>
span { border-color: #5649CC; }
span { border-color: rgb(86,73,204); }
td.TdClassName
{
border-color: #5649CC;
}
.TagClassName
{
border-color: #5649CC;
}
</style>