Shades of Slate Blue #574ADA
Tints of Slate Blue #574ADA
RGB
CMYK
RGB Variations
Color information
#574ADA (or 0x574ADA) is known color: Slate Blue. HEX triplet: 57, 4A and DA. RGB value is (87,74,218). Sum of RGB (Red+Green+Blue) = 87+74+218=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #574ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ADA is #A8B525. Grayscale: #5D5D5D. Windows color (decimal): -11056422 or 14305879. OLE color: 14305879.
HSL color Cylindrical-coordinate representation of color #574ADA: hue angle of 245.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574ADA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 74 | 218 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.15 |
| HSL | 245.42º | 0.66% | 0.57% | - |
| HSV(B) | 245.42º | 0.66% | 0.85% | - |
| XYZ | 19.03 | 11.99 | 67.64 | - |
| YUV | 94.3 | 197.81 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 218 | 0.60 | 0.66 | 0 | 0.15 | 245.42 | 0.66 | 0.57 |
| Hex | 57 | 4A | DA | 3C | 42 | 0 | F | F5 | 42 | 39 |
| Octal | 127 | 112 | 332 | 74 | 102 | 0 | 17 | 365 | 102 | 71 |
| Binary | 1010111 | 1001010 | 11011010 | 111100 | 1000010 | 0 | 1111 | 11110101 | 1000010 | 111001 |
Color Harmonies of #574ADA
Complementary color
Monochromatic Colors of #574ADA
Black with #574ADA
Text Example
Text Example
White with #574ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574ADA; }
p { color: rgb(87,74,218); }
H1.HeaderClassName
{
color: #574ADA;
}
.AnyTagClassName
{
color: #574ADA;
}
</style>
background-color css
<style>
a { background-color: #574ADA; }
a { background-color: rgb(87,74,218); }
div.DivClassName
{
background-color: #574ADA;
}
.BgClassName
{
background-color: #574ADA;
}
</style>
border-color css
<style>
span { border-color: #574ADA; }
span { border-color: rgb(87,74,218); }
td.TdClassName
{
border-color: #574ADA;
}
.TagClassName
{
border-color: #574ADA;
}
</style>