Shades of Slate Blue #5749CC
Tints of Slate Blue #5749CC
RGB
CMYK
RGB Variations
Color information
#5749CC (or 0x5749CC) is known color: Slate Blue. HEX triplet: 57, 49 and CC. RGB value is (87,73,204). Sum of RGB (Red+Green+Blue) = 87+73+204=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #5749CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749CC is #A8B633. Grayscale: #5B5B5B. Windows color (decimal): -11056692 or 13388119. OLE color: 13388119.
HSL color Cylindrical-coordinate representation of color #5749CC: hue angle of 246.41º 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 #5749CC is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 73 | 204 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.2 |
| HSL | 246.41º | 0.56% | 0.54% | - |
| HSV(B) | 246.41º | 0.64% | 0.8% | - |
| XYZ | 17.21 | 11.15 | 58.37 | - |
| YUV | 92.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 204 | 0.57 | 0.64 | 0 | 0.2 | 246.41 | 0.56 | 0.54 |
| Hex | 57 | 49 | CC | 39 | 40 | 0 | 14 | F6 | 38 | 36 |
| Octal | 127 | 111 | 314 | 71 | 100 | 0 | 24 | 366 | 70 | 66 |
| Binary | 1010111 | 1001001 | 11001100 | 111001 | 1000000 | 0 | 10100 | 11110110 | 111000 | 110110 |
Color Harmonies of #5749CC
Complementary color
Monochromatic Colors of #5749CC
Black with #5749CC
Text Example
Text Example
White with #5749CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5749CC; }
p { color: rgb(87,73,204); }
H1.HeaderClassName
{
color: #5749CC;
}
.AnyTagClassName
{
color: #5749CC;
}
</style>
background-color css
<style>
a { background-color: #5749CC; }
a { background-color: rgb(87,73,204); }
div.DivClassName
{
background-color: #5749CC;
}
.BgClassName
{
background-color: #5749CC;
}
</style>
border-color css
<style>
span { border-color: #5749CC; }
span { border-color: rgb(87,73,204); }
td.TdClassName
{
border-color: #5749CC;
}
.TagClassName
{
border-color: #5749CC;
}
</style>