Shades of Slate Blue #574DC4
Tints of Slate Blue #574DC4
RGB
CMYK
RGB Variations
Color information
#574DC4 (or 0x574DC4) is known color: Slate Blue. HEX triplet: 57, 4D and C4. RGB value is (87,77,196). Sum of RGB (Red+Green+Blue) = 87+77+196=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #574DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DC4 is #A8B23B. Grayscale: #5D5D5D. Windows color (decimal): -11055676 or 12864855. OLE color: 12864855.
HSL color Cylindrical-coordinate representation of color #574DC4: hue angle of 245.04º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574DC4 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 77 | 196 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.23 |
| HSL | 245.04º | 0.5% | 0.54% | - |
| HSV(B) | 245.04º | 0.61% | 0.77% | - |
| XYZ | 16.55 | 11.32 | 53.54 | - |
| YUV | 93.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 196 | 0.56 | 0.61 | 0 | 0.23 | 245.04 | 0.5 | 0.54 |
| Hex | 57 | 4D | C4 | 38 | 3D | 0 | 17 | F5 | 32 | 36 |
| Octal | 127 | 115 | 304 | 70 | 75 | 0 | 27 | 365 | 62 | 66 |
| Binary | 1010111 | 1001101 | 11000100 | 111000 | 111101 | 0 | 10111 | 11110101 | 110010 | 110110 |
Color Harmonies of #574DC4
Complementary color
Monochromatic Colors of #574DC4
Black with #574DC4
Text Example
Text Example
White with #574DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DC4; }
p { color: rgb(87,77,196); }
H1.HeaderClassName
{
color: #574DC4;
}
.AnyTagClassName
{
color: #574DC4;
}
</style>
background-color css
<style>
a { background-color: #574DC4; }
a { background-color: rgb(87,77,196); }
div.DivClassName
{
background-color: #574DC4;
}
.BgClassName
{
background-color: #574DC4;
}
</style>
border-color css
<style>
span { border-color: #574DC4; }
span { border-color: rgb(87,77,196); }
td.TdClassName
{
border-color: #574DC4;
}
.TagClassName
{
border-color: #574DC4;
}
</style>