Shades of Slate Blue #574DCB
Tints of Slate Blue #574DCB
RGB
CMYK
RGB Variations
Color information
#574DCB (or 0x574DCB) is known color: Slate Blue. HEX triplet: 57, 4D and CB. RGB value is (87,77,203). Sum of RGB (Red+Green+Blue) = 87+77+203=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #574DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DCB is #A8B234. Grayscale: #5D5D5D. Windows color (decimal): -11055669 or 13323607. OLE color: 13323607.
HSL color Cylindrical-coordinate representation of color #574DCB: hue angle of 244.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574DCB is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 77 | 203 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.20 |
| HSL | 244.76º | 0.55% | 0.55% | - |
| HSV(B) | 244.76º | 0.62% | 0.8% | - |
| XYZ | 17.36 | 11.65 | 57.83 | - |
| YUV | 94.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 203 | 0.57 | 0.62 | 0 | 0.20 | 244.76 | 0.55 | 0.55 |
| Hex | 57 | 4D | CB | 39 | 3E | 0 | 14 | F5 | 37 | 37 |
| Octal | 127 | 115 | 313 | 71 | 76 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1010111 | 1001101 | 11001011 | 111001 | 111110 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #574DCB
Complementary color
Monochromatic Colors of #574DCB
Black with #574DCB
Text Example
Text Example
White with #574DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DCB; }
p { color: rgb(87,77,203); }
H1.HeaderClassName
{
color: #574DCB;
}
.AnyTagClassName
{
color: #574DCB;
}
</style>
background-color css
<style>
a { background-color: #574DCB; }
a { background-color: rgb(87,77,203); }
div.DivClassName
{
background-color: #574DCB;
}
.BgClassName
{
background-color: #574DCB;
}
</style>
border-color css
<style>
span { border-color: #574DCB; }
span { border-color: rgb(87,77,203); }
td.TdClassName
{
border-color: #574DCB;
}
.TagClassName
{
border-color: #574DCB;
}
</style>