Shades of Slate Blue #574CDF
Tints of Slate Blue #574CDF
RGB
CMYK
RGB Variations
Color information
#574CDF (or 0x574CDF) is known color: Slate Blue. HEX triplet: 57, 4C and DF. RGB value is (87,76,223). Sum of RGB (Red+Green+Blue) = 87+76+223=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #574CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CDF is #A8B320. Grayscale: #5F5F5F. Windows color (decimal): -11055905 or 14634071. OLE color: 14634071.
HSL color Cylindrical-coordinate representation of color #574CDF: hue angle of 244.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574CDF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 76 | 223 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.13 |
| HSL | 244.49º | 0.7% | 0.59% | - |
| HSV(B) | 244.49º | 0.66% | 0.87% | - |
| XYZ | 19.83 | 12.52 | 71.18 | - |
| YUV | 96.05 | 199.64 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 223 | 0.61 | 0.66 | 0 | 0.13 | 244.49 | 0.7 | 0.59 |
| Hex | 57 | 4C | DF | 3D | 42 | 0 | D | F4 | 46 | 3B |
| Octal | 127 | 114 | 337 | 75 | 102 | 0 | 15 | 364 | 106 | 73 |
| Binary | 1010111 | 1001100 | 11011111 | 111101 | 1000010 | 0 | 1101 | 11110100 | 1000110 | 111011 |
Color Harmonies of #574CDF
Complementary color
Monochromatic Colors of #574CDF
Black with #574CDF
Text Example
Text Example
White with #574CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CDF; }
p { color: rgb(87,76,223); }
H1.HeaderClassName
{
color: #574CDF;
}
.AnyTagClassName
{
color: #574CDF;
}
</style>
background-color css
<style>
a { background-color: #574CDF; }
a { background-color: rgb(87,76,223); }
div.DivClassName
{
background-color: #574CDF;
}
.BgClassName
{
background-color: #574CDF;
}
</style>
border-color css
<style>
span { border-color: #574CDF; }
span { border-color: rgb(87,76,223); }
td.TdClassName
{
border-color: #574CDF;
}
.TagClassName
{
border-color: #574CDF;
}
</style>