Shades of Slate Blue #574BDF
Tints of Slate Blue #574BDF
RGB
CMYK
RGB Variations
Color information
#574BDF (or 0x574BDF) is known color: Slate Blue. HEX triplet: 57, 4B and DF. RGB value is (87,75,223). Sum of RGB (Red+Green+Blue) = 87+75+223=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #574BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BDF is #A8B420. Grayscale: #5E5E5E. Windows color (decimal): -11056161 or 14633815. OLE color: 14633815.
HSL color Cylindrical-coordinate representation of color #574BDF: hue angle of 244.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574BDF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 75 | 223 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.13 |
| HSL | 244.86º | 0.7% | 0.58% | - |
| HSV(B) | 244.86º | 0.66% | 0.87% | - |
| XYZ | 19.77 | 12.39 | 71.16 | - |
| YUV | 95.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 223 | 0.61 | 0.66 | 0 | 0.13 | 244.86 | 0.7 | 0.58 |
| Hex | 57 | 4B | DF | 3D | 42 | 0 | D | F5 | 46 | 3A |
| Octal | 127 | 113 | 337 | 75 | 102 | 0 | 15 | 365 | 106 | 72 |
| Binary | 1010111 | 1001011 | 11011111 | 111101 | 1000010 | 0 | 1101 | 11110101 | 1000110 | 111010 |
Color Harmonies of #574BDF
Complementary color
Monochromatic Colors of #574BDF
Black with #574BDF
Text Example
Text Example
White with #574BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574BDF; }
p { color: rgb(87,75,223); }
H1.HeaderClassName
{
color: #574BDF;
}
.AnyTagClassName
{
color: #574BDF;
}
</style>
background-color css
<style>
a { background-color: #574BDF; }
a { background-color: rgb(87,75,223); }
div.DivClassName
{
background-color: #574BDF;
}
.BgClassName
{
background-color: #574BDF;
}
</style>
border-color css
<style>
span { border-color: #574BDF; }
span { border-color: rgb(87,75,223); }
td.TdClassName
{
border-color: #574BDF;
}
.TagClassName
{
border-color: #574BDF;
}
</style>