Shades of Slate Blue #574BCE
Tints of Slate Blue #574BCE
RGB
CMYK
RGB Variations
Color information
#574BCE (or 0x574BCE) is known color: Slate Blue. HEX triplet: 57, 4B and CE. RGB value is (87,75,206). Sum of RGB (Red+Green+Blue) = 87+75+206=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #574BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BCE is #A8B431. Grayscale: #5D5D5D. Windows color (decimal): -11056178 or 13519703. OLE color: 13519703.
HSL color Cylindrical-coordinate representation of color #574BCE: hue angle of 245.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #574BCE is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 75 | 206 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.19 |
| HSL | 245.5º | 0.57% | 0.55% | - |
| HSV(B) | 245.5º | 0.64% | 0.81% | - |
| XYZ | 17.59 | 11.51 | 59.69 | - |
| YUV | 93.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 206 | 0.58 | 0.64 | 0 | 0.19 | 245.5 | 0.57 | 0.55 |
| Hex | 57 | 4B | CE | 3A | 40 | 0 | 13 | F5 | 39 | 37 |
| Octal | 127 | 113 | 316 | 72 | 100 | 0 | 23 | 365 | 71 | 67 |
| Binary | 1010111 | 1001011 | 11001110 | 111010 | 1000000 | 0 | 10011 | 11110101 | 111001 | 110111 |
Color Harmonies of #574BCE
Complementary color
Monochromatic Colors of #574BCE
Black with #574BCE
Text Example
Text Example
White with #574BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574BCE; }
p { color: rgb(87,75,206); }
H1.HeaderClassName
{
color: #574BCE;
}
.AnyTagClassName
{
color: #574BCE;
}
</style>
background-color css
<style>
a { background-color: #574BCE; }
a { background-color: rgb(87,75,206); }
div.DivClassName
{
background-color: #574BCE;
}
.BgClassName
{
background-color: #574BCE;
}
</style>
border-color css
<style>
span { border-color: #574BCE; }
span { border-color: rgb(87,75,206); }
td.TdClassName
{
border-color: #574BCE;
}
.TagClassName
{
border-color: #574BCE;
}
</style>