Shades of Slate Blue #575DCF
Tints of Slate Blue #575DCF
RGB
CMYK
RGB Variations
Color information
#575DCF (or 0x575DCF) is known color: Slate Blue. HEX triplet: 57, 5D and CF. RGB value is (87,93,207). Sum of RGB (Red+Green+Blue) = 87+93+207=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #575DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DCF is #A8A230. Grayscale: #676767. Windows color (decimal): -11051569 or 13589847. OLE color: 13589847.
HSL color Cylindrical-coordinate representation of color #575DCF: hue angle of 237º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575DCF is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 93 | 207 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.19 |
| HSL | 237º | 0.56% | 0.58% | - |
| HSV(B) | 237º | 0.58% | 0.81% | - |
| XYZ | 19.11 | 14.36 | 60.8 | - |
| YUV | 104.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 207 | 0.58 | 0.55 | 0 | 0.19 | 237 | 0.56 | 0.58 |
| Hex | 57 | 5D | CF | 3A | 37 | 0 | 13 | ED | 38 | 3A |
| Octal | 127 | 135 | 317 | 72 | 67 | 0 | 23 | 355 | 70 | 72 |
| Binary | 1010111 | 1011101 | 11001111 | 111010 | 110111 | 0 | 10011 | 11101101 | 111000 | 111010 |
Color Harmonies of #575DCF
Complementary color
Monochromatic Colors of #575DCF
Black with #575DCF
Text Example
Text Example
White with #575DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DCF; }
p { color: rgb(87,93,207); }
H1.HeaderClassName
{
color: #575DCF;
}
.AnyTagClassName
{
color: #575DCF;
}
</style>
background-color css
<style>
a { background-color: #575DCF; }
a { background-color: rgb(87,93,207); }
div.DivClassName
{
background-color: #575DCF;
}
.BgClassName
{
background-color: #575DCF;
}
</style>
border-color css
<style>
span { border-color: #575DCF; }
span { border-color: rgb(87,93,207); }
td.TdClassName
{
border-color: #575DCF;
}
.TagClassName
{
border-color: #575DCF;
}
</style>