Shades of Slate Blue #574AC1
Tints of Slate Blue #574AC1
RGB
CMYK
RGB Variations
Color information
#574AC1 (or 0x574AC1) is known color: Slate Blue. HEX triplet: 57, 4A and C1. RGB value is (87,74,193). Sum of RGB (Red+Green+Blue) = 87+74+193=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #574AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574AC1 is #A8B53E. Grayscale: #5A5A5A. Windows color (decimal): -11056447 or 12667479. OLE color: 12667479.
HSL color Cylindrical-coordinate representation of color #574AC1: hue angle of 246.55º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574AC1 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 74 | 193 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.24 |
| HSL | 246.55º | 0.49% | 0.52% | - |
| HSV(B) | 246.55º | 0.62% | 0.76% | - |
| XYZ | 16 | 10.77 | 51.69 | - |
| YUV | 91.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 193 | 0.55 | 0.62 | 0 | 0.24 | 246.55 | 0.49 | 0.52 |
| Hex | 57 | 4A | C1 | 37 | 3E | 0 | 18 | F7 | 31 | 34 |
| Octal | 127 | 112 | 301 | 67 | 76 | 0 | 30 | 367 | 61 | 64 |
| Binary | 1010111 | 1001010 | 11000001 | 110111 | 111110 | 0 | 11000 | 11110111 | 110001 | 110100 |
Color Harmonies of #574AC1
Complementary color
Monochromatic Colors of #574AC1
Black with #574AC1
Text Example
Text Example
White with #574AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574AC1; }
p { color: rgb(87,74,193); }
H1.HeaderClassName
{
color: #574AC1;
}
.AnyTagClassName
{
color: #574AC1;
}
</style>
background-color css
<style>
a { background-color: #574AC1; }
a { background-color: rgb(87,74,193); }
div.DivClassName
{
background-color: #574AC1;
}
.BgClassName
{
background-color: #574AC1;
}
</style>
border-color css
<style>
span { border-color: #574AC1; }
span { border-color: rgb(87,74,193); }
td.TdClassName
{
border-color: #574AC1;
}
.TagClassName
{
border-color: #574AC1;
}
</style>