Shades of Slate Blue #574BD5
Tints of Slate Blue #574BD5
RGB
CMYK
RGB Variations
Color information
#574BD5 (or 0x574BD5) is known color: Slate Blue. HEX triplet: 57, 4B and D5. RGB value is (87,75,213). Sum of RGB (Red+Green+Blue) = 87+75+213=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #574BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BD5 is #A8B42A. Grayscale: #5D5D5D. Windows color (decimal): -11056171 or 13978455. OLE color: 13978455.
HSL color Cylindrical-coordinate representation of color #574BD5: hue angle of 245.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574BD5 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 75 | 213 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.16 |
| HSL | 245.22º | 0.62% | 0.56% | - |
| HSV(B) | 245.22º | 0.65% | 0.84% | - |
| XYZ | 18.46 | 11.86 | 64.27 | - |
| YUV | 94.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 213 | 0.59 | 0.65 | 0 | 0.16 | 245.22 | 0.62 | 0.56 |
| Hex | 57 | 4B | D5 | 3B | 41 | 0 | 10 | F5 | 3E | 38 |
| Octal | 127 | 113 | 325 | 73 | 101 | 0 | 20 | 365 | 76 | 70 |
| Binary | 1010111 | 1001011 | 11010101 | 111011 | 1000001 | 0 | 10000 | 11110101 | 111110 | 111000 |
Color Harmonies of #574BD5
Complementary color
Monochromatic Colors of #574BD5
Black with #574BD5
Text Example
Text Example
White with #574BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574BD5; }
p { color: rgb(87,75,213); }
H1.HeaderClassName
{
color: #574BD5;
}
.AnyTagClassName
{
color: #574BD5;
}
</style>
background-color css
<style>
a { background-color: #574BD5; }
a { background-color: rgb(87,75,213); }
div.DivClassName
{
background-color: #574BD5;
}
.BgClassName
{
background-color: #574BD5;
}
</style>
border-color css
<style>
span { border-color: #574BD5; }
span { border-color: rgb(87,75,213); }
td.TdClassName
{
border-color: #574BD5;
}
.TagClassName
{
border-color: #574BD5;
}
</style>