Shades of Slate Blue #5746CC
Tints of Slate Blue #5746CC
RGB
CMYK
RGB Variations
Color information
#5746CC (or 0x5746CC) is known color: Slate Blue. HEX triplet: 57, 46 and CC. RGB value is (87,70,204). Sum of RGB (Red+Green+Blue) = 87+70+204=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5746CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5746CC is #A8B933. Grayscale: #595959. Windows color (decimal): -11057460 or 13387351. OLE color: 13387351.
HSL color Cylindrical-coordinate representation of color #5746CC: hue angle of 247.61º 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 #5746CC is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 70 | 204 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.2 |
| HSL | 247.61º | 0.57% | 0.54% | - |
| HSV(B) | 247.61º | 0.66% | 0.8% | - |
| XYZ | 17.02 | 10.77 | 58.31 | - |
| YUV | 90.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 204 | 0.57 | 0.66 | 0 | 0.2 | 247.61 | 0.57 | 0.54 |
| Hex | 57 | 46 | CC | 39 | 42 | 0 | 14 | F8 | 39 | 36 |
| Octal | 127 | 106 | 314 | 71 | 102 | 0 | 24 | 370 | 71 | 66 |
| Binary | 1010111 | 1000110 | 11001100 | 111001 | 1000010 | 0 | 10100 | 11111000 | 111001 | 110110 |
Color Harmonies of #5746CC
Complementary color
Monochromatic Colors of #5746CC
Black with #5746CC
Text Example
Text Example
White with #5746CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5746CC; }
p { color: rgb(87,70,204); }
H1.HeaderClassName
{
color: #5746CC;
}
.AnyTagClassName
{
color: #5746CC;
}
</style>
background-color css
<style>
a { background-color: #5746CC; }
a { background-color: rgb(87,70,204); }
div.DivClassName
{
background-color: #5746CC;
}
.BgClassName
{
background-color: #5746CC;
}
</style>
border-color css
<style>
span { border-color: #5746CC; }
span { border-color: rgb(87,70,204); }
td.TdClassName
{
border-color: #5746CC;
}
.TagClassName
{
border-color: #5746CC;
}
</style>